Results 1 to 3 of 3

Thread: [RESOLVED] Embed Flaming, Rotating Skull into Excel

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2010
    Posts
    49

    Resolved [RESOLVED] Embed Flaming, Rotating Skull into Excel

    Hello all,

    My team is having problems remembering to enter a specific value into the workbooks they are using, thus causing errors. I would like to embed an animated .GIF file in my workbook.

    Cell Z25 = IF(A1="", [animated Flaming Skull.gif], "")

  2. #2
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: Embed Flaming, Rotating Skull into Excel

    you can not really put an image in a cell, the closest is to put an image control over a cell

    you can trap the before save or before close events to post some message or image, or prevent closing etc
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Embed Flaming, Rotating Skull into Excel

    Perhaps error trapping the problem would be a viable option (with something "appropriate" in the error message box )

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width