+ Reply to Thread
Results 1 to 2 of 2

Open an application across etwork

  1. #1
    Registered User
    Join Date
    09-13-2012
    Location
    San Diego, USA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Open an application across etwork

    Hello,

    I have a dashboard with a listbox(ListboxBSOD_Change()) that is being populated by a table. I am trying to double click (or use a command button) to open an application on another computer, since there is more than one person in the list box this needs to work for any person that is clicked. So the application location on different users computer is the same but the user changes based on my selection. So the user is the variable, I have their computer name and their IP available in a table(separate sheet) if it helps.

    roughly what the location looks like
    c:\\windows\\system32\\BlueScreenView.exe /minidumpfolder "\\COMPUTER NAME OR IP\c$\WINDOWS\Minidump"


    anyhelp would be appreciated, thnx

  2. #2
    Registered User
    Join Date
    09-13-2012
    Location
    San Diego, USA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Open an application across etwork

    nevermind,

    Sub Button1_Click()

    Dim GetCell As String





    GetCell = Range("A29")


    Shell ("c:\windows\system32\bluescreenview.exe /minidumpfolder \\" & GetCell & "\c$\windows\minidump")
    End Sub
    Last edited by ShineLS; 09-14-2012 at 10:06 AM.

+ 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