|
-
Jan 19th, 2011, 03:55 PM
#1
Thread Starter
Member
[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], "")
-
Jan 20th, 2011, 04:04 AM
#2
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
-
Jan 20th, 2011, 08:22 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|