Hi everyone,
I want to create a Print Macro who run to specific folder and Print to specific printer with posibility to print all drawings (.slddrw) or all pdf from the specified folder.
If it's hard to made one such macro I appreciate if you help me to start...
Thanks and have a nice day,
That's a start.
I don't have time to really look into what you would have to do next, and your entire macro will be kind of large and tricky.
I'd use the File Scripting Object (FSO) to read and interact with files and folders. Something like:
Sorry I can't post code examples...