I am having excel file, for which I want below features when workbook is open/activated
1. Full screen
2. Hiding Formula Bar
3. Hiding sheets tabs
4. hiding headings,
For this I have created VBA macro as below
UNDER MAIN MODULE
Sub auto_open()
ActiveWindow.DisplayHeadings = False...