Jan 8, 2003 #1 Paco75 Programmer Joined Oct 11, 2001 Messages 239 Location US Hi, How can I use a DOS command from my excel macro? thanks
Jan 8, 2003 #2 RobBroekhuis Technical User Joined Oct 15, 2001 Messages 1,971 Location US which one? you can call built-in commands (such as type, dir, copy) using shell "command.com /c dir *.*" etc. Rob Upvote 0 Downvote
which one? you can call built-in commands (such as type, dir, copy) using shell "command.com /c dir *.*" etc. Rob
Jan 8, 2003 Thread starter #3 Paco75 Programmer Joined Oct 11, 2001 Messages 239 Location US copy <filename> \\ServerName\PrinterName I wish to send a file to the printer... Upvote 0 Downvote
Jan 8, 2003 Thread starter #4 Paco75 Programmer Joined Oct 11, 2001 Messages 239 Location US Thanks Upvote 0 Downvote