View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
maxbell maxbell is offline
external usenet poster
 
Posts: 1
Default how to pass a cell as parameter for an external program?

Hi guys,
I need to pass to an external program the content of a cell to be used
as a launch parameter, es: suppose the cell A1 contains "remotePC", I
need to launch the external program VNCClient with "remotePC" as
parameter, that is equivalent to type "VNCClient remotePC"
Is there someone that can help me?
I tried associating the cell to an hypertext link; it open the program
VNCClient, but the content of the cell is not passed to it.
Thanks in advance.