I am trying to configure remote assistance, (on click).
Whereby I have the PC Name for the remove assist.
eg: PCNAME is Laptop1
I have managed to do this with remote desktop
Private Sub PC_Name_Click()
Shell ("mstsc.exe /v:" & PC_Name)
End Sub
(PC_Name is the field that holds the value)
Can anyone let me know it the remote desktop option can be used for remote assist? :banghead:
Whereby I have the PC Name for the remove assist.
eg: PCNAME is Laptop1
I have managed to do this with remote desktop
Private Sub PC_Name_Click()
Shell ("mstsc.exe /v:" & PC_Name)
End Sub
(PC_Name is the field that holds the value)
Can anyone let me know it the remote desktop option can be used for remote assist? :banghead: