I am getting an error when i make changes to this code:
Shell "cmd.exe /c D:" & " && dir /s G:\123\12414.ps > txt.xls"
to this:
Shell "cmd.exe /c D:" & " && dir /s G:\123\" & textbox1.Value & ".ps" > txt.xls
i am just using textbox1 value from a variable
Please help me
Thanks in advance
Shell "cmd.exe /c D:" & " && dir /s G:\123\12414.ps > txt.xls"
to this:
Shell "cmd.exe /c D:" & " && dir /s G:\123\" & textbox1.Value & ".ps" > txt.xls
i am just using textbox1 value from a variable
Please help me
Thanks in advance