Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi .. I have the following code ... (thanks to the message board) that
opens an image but I am wondering if it's possible to have the image automatically close (after maybe a minute)... I am familiar with "application.wait", but do not know how to close the file...here's my opening code...any ideas?? Sub OpenButton1_Click() Dim Picture As String Dim RETVAL Picture = "c:\picfolder\" & ActiveSheet.Range("C2").Value & ".tif" RETVAL = Shell("EXPLORER " & Picture, 1) End Sub Any help would be greatly appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
open image file from cell value | Excel Programming | |||
if its open...close it | Excel Programming | |||
Open then Close | Excel Programming | |||
Open image from web in window same size as image? | Excel Programming |