Hello everyone,
I am looking for a macro that will simplify the process of changing the sheet format for each of my drawings. We want to transition from old to new template going forward, so I don't need to update old drawings, unless they get released again.
I've researched and found lots of macros to change sheet format, but most of it are batch processing a folder and I'm not really looking to do that.
All I need is a macro to change the sheet format of all sheets in the drawing currently open. I know the long way to do this (RMB, properties..etc) but essentially, since I will be doing this to all my drawings going forward, I want to automate the process and do it in a single click. Thanks in advance everyone!
Hi Gillean,
Try attached.
1. Replace "Your_Template_Name" with the name (just name) with your template.
2. Replace "Path_of_Sheet_Template" with the full path of your sheet template.
3. You may also have to change few parameters in the line 'swDraw.SetupSheet5'.
Regards,