Motestfilter
New Member
- Joined
- Aug 6, 2019
- Messages
- 13
Hi,
I have a cell with a command on it and would it be possible to be launched to cmd or powershell? I encountered this function,
but I am not sure how would this launch to cmd or powershell. How would I incorporate the cell with the code on it?
Thanks
I have a cell with a command on it and would it be possible to be launched to cmd or powershell? I encountered this function,
Code:
[FONT=monospace]PID = Shell("notepad c:\MyFiles\TextFile.txt", vbNormalFocus)[/FONT]
Thanks