Hi Kevin,

Quote Originally Posted by Zorvek
[vba]Public Caption As Range
Public CommandBar As Range
Public CommandBars As Range
Public Divider As Range
Public FaceID As Range
Public Level As Range
Public PositionMacro As Range
Public ShortcutKey As Range
[/vba]
Off topic:

I'd advise to stop using variable names that are identical to Objects, properties or methods. It'll get you into trouble.