Message 1 of 23

Not applicable
12-13-2012
02:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a very simple iLogic code that I am running before save on my drawing template. It loads the correct border size based on the sheet size. The problem is, all my borders are zone borders but when it applies the new border, it erases all numbers and letters marking the zones. They don't get erased if I change the title block manually. Anyone know why it does that?
If ActiveSheet.Size = "A" ActiveSheet.Border = "The Name of my A title block" End If
Solved! Go to Solution.