Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I want to be able to open an image file (jpg) based on the value of a cell. I got as far as: Sub OpenFileButton1_Click() Workbooks.Open "C:\myfiles" & ActiveSheet.Range("C2").Value End Sub which opens an xls file (e.g. 1.xls) in the c:\myfiles folder. but what code should I be using if I want to open e.g. 1.jpg in the same folder Thanks for all your help! -- --------- Gareth |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can we attach an image file to a excel cell ,like note pad comment | New Users to Excel | |||
Allow the pasting of a .jpg or other image file into a cell in Ex. | Excel Worksheet Functions | |||
Export the worksheet background image as an image file - possible? | Excel Programming | |||
Open image from web in window same size as image? | Excel Programming |