05-20-2019
03:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-20-2019
03:23 AM
thanks, but isn't this just expanding the choice of title block? I want to assign a rev history style to the title block.
what i really want is something like this (i have no idea of the code! - I have completely made it up!)
If Title_Block = "Company A" Then ActiveSheet.TitleBlock = "CompanyA"
ActiveSheet.RevisionHistory = "RevCompanyA" ElseIf Title_Block = "Company B" Then ActiveSheet.TitleBlock = "CompanyB" ActiveSheet.RevisionHistory = "RevCompanyB"
End If
is something like this possible?