View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
alfonso gonzales alfonso gonzales is offline
external usenet poster
 
Posts: 8
Default connecting to a remote file

Hello
I need to be able to execute an exe file that is stored on a remote computer
in my LAN (I have the share path \\192.168.1.130\Lex\Lex.exe). But first I
need to log to that computer through its IP (for example, 192.168.1.130) and
user login and password (I know these, too) . Is there a way to establish
that connection using VBA and to be able to execute the file stored on that
remote machine?

Alfonso Gonzales