Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One option would be to have your logo image on a form, and put the following
code in the Activate event: Private Sub UserForm_Activate() UserForm1.Repaint PauseTime = 2 ' Set duration in seconds Start = Timer ' Set start time. Do While Timer < Start + PauseTime Loop Finish = Timer UserForm1.Hide End Sub (code from post by Mike H) "bony_tony" wrote: How can I get a logo image to show for a couple of seconds every time a file is opened? Hide the image on a sheet then unhide it?? Cheers |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Show Image When File Opened | Excel Programming | |||
Userform won't show when file re-opened | Excel Discussion (Misc queries) | |||
stop excel file opened as read only if already opened by another u | Excel Programming | |||
My Excel Sheet has opened as a mirror image - Column A is on the . | Setting up and Configuration of Excel | |||
Export the worksheet background image as an image file - possible? | Excel Programming |