Hi
Can someone tell me how I can open Command Prompt and start writing command lines to the Command Prompt window in VBA?
e.g. This opens the Command Prompt window but I need to write lines to it via VBA
Many Thanks
Can someone tell me how I can open Command Prompt and start writing command lines to the Command Prompt window in VBA?
e.g. This opens the Command Prompt window but I need to write lines to it via VBA
Code:
Shell ("cmd ")
Many Thanks