+ Reply to Thread
Results 1 to 2 of 2

Macro to run .exe located in other computer

Hybrid View

  1. #1
    Registered User
    Join Date
    08-06-2012
    Location
    brazil
    MS-Off Ver
    Excel 2010
    Posts
    1

    Macro to run .exe located in other computer

    I need to get a macro to run an .exe file that is located in another machine but the macro cannot locate the file.
    I have a network drive mapped as M: and tried both

    Private Sub CommandButton1_Click()
    Dim RetVal 
    RetVal = Shell("M:\03 - Tech\get fuel data.exe", 1)
    End Sub
    and

    Private Sub CommandButton1_Click()
    Dim RetVal
    RetVal = Shell("\\generator-pc\\03 - Tech\get fuel data.exe", 1)
    End Sub
    Both of them give a Run-time error '53': File not found.

    When I run that scriot for a file located in the computer where the macro is running it works just fine. How can I get it to run the .exe in the other computer?

    Thanks in advance!
    Last edited by arlu1201; 08-09-2012 at 04:29 AM.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: Macro to run .exe located in other computer

    Welcome to the forum.

    I have added code tags to your post. As per forum rule 3, you need to use them whenever you put any code in your post. Please add them in future. If you need more information on how to use them, check my signature.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1