[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], "") :thumb:
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
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 :D )