codestack
codestack copied to clipboard
Update sheet formats
Your REPLACE SHEET FORMAT won't work because sht 1 formats are different than all the other sheets in a drawing. You could modify that macro to "only replace first sheet", or "exclude first sheet" to replace all sheets except the first one.
Or you could make a new macro that was just UPDATE SHEET FORMATS. I don't need to replace sheet formats usually. I just need to update all of them after I make a change to the master sheet format, so a macro that just updates whatever sheet format all the sheets are using.