Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I have a HTML viewer called Navroad (freebie on the web).
I would like to load images, and HTML files, using this browser. How can I alter the following code to open the files in the aforementioned browser. This is the code I currently use... Private Sub CommandButton1_Click() Dim Picture As String Dim RETVAL Picture = "C:\" & Sheets("Sheet2").Range("C4").Value & ".jpg" RETVAL = Shell("EXPLORER " & Picture, 1) End Sub When viewed in NavRoad the title bar contains "NavRoad - C:\image1.jpg" .. The program process is identified as "nroad32.exe". Any help would be greatly appreciated. Regards |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Open Excel not in a browser | Excel Discussion (Misc queries) | |||
excel can not open on some IE browser | Excel Discussion (Misc queries) | |||
Open Browser Maximized | Excel Programming | |||
Open Hyperlinks at the same browser | Excel Worksheet Functions | |||
Open browser from excel | Excel Programming |