Autodesk Inventor
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
VBA to print "All Sheets"
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
102 Views, 1 Replies
01-22-2013 10:00 AM
I am trying to get the PDF macro to be hard coded to print all the sheets in an idw. I added this line (guessed at code basically), but it didnt work. Where do I find what the correct syntax should be for this code?
Thanks
Solved! Go to Solution.
Re: VBA to print "All Sheets"
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-22-2013 10:04 AM in reply to:
karthur1
Nevermind... just figured it out.
oPrintMgr.PrintRange=kPrintAllSheets
