ACommandLineKindaGuy
Active Member
- Joined
- May 11, 2002
- Messages
- 378
- Office Version
- 365
- Platform
- Windows
Amazing how impossible it is to phrase this search on Google... I'm not interested in manipulating or viewing page breaks. All I want is to be in normal view.
I am not interested in workarounds similar to attaching
to some event.
I want to either disable or hide these buttons.
TIA John
I am not interested in workarounds similar to attaching
Code:
If ActiveWindow.View <> xlNormalView Then ActiveWindow.View = xlNormalView
I want to either disable or hide these buttons.
TIA John