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