Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

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?