Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want some VBA code to activate a program called VNCViewer then paste in an
address and activate. I have been able to open the program using the following code: Private Sub cbVNC_Click() Dim Program As String Dim TaskID As Double On Error Resume Next Program = "C:\Program Files\RealVNC\VNC4\vncviewer.exe" TaskID = Shell(Program, 1) End Sub Which opens the program no problem. Any ideas how I can pass an address to it and get it to look it up? The action of this would be to paste in the data then press return Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hyperlinks open with PowerPoint Viewer | Excel Discussion (Misc queries) | |||
just downloaded excel viewer and cant open it? | Setting up and Configuration of Excel | |||
insert file address to open graphic | Excel Discussion (Misc queries) | |||
open gif with picture and fax viewer from Excel | Excel Discussion (Misc queries) | |||
How to insert an address from Outlook 2003 address book ? | Excel Programming |