Hi,
I am not able to run the following code, because of the spaces in the "NG2 Data Validation"
Is there a way I can modify my code, so that it accepts the path as
\\mh3829dk\NG2 Data Validation\Get_Credit.ahk?
Any advice would be much appreciated!
Thanks!
Googem
I am not able to run the following code, because of the spaces in the "NG2 Data Validation"
Is there a way I can modify my code, so that it accepts the path as
\\mh3829dk\NG2 Data Validation\Get_Credit.ahk?
Any advice would be much appreciated!
Thanks!
Googem
Code:
Sub Run()
Shell "C:\Documents and Settings\usw9tkp\My Documents\Adam\AutoHotKey\AutoHotkey.exe " & _
"\\mh3829dk\NG2 Data Validation\Get_Credit.ahk", vbNormalFocus
End Sub