G Greg Prost Nov 21, 2003 #1 how would i go about removing the File, edit, view etc menus from the top
C Chip Pearson Nov 21, 2003 #3 Greg, Use the following code to hide the menu bar. Change False to True to restore the menu bar. Application.CommandBars("Worksheet Menu Bar").Enabled = True -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com
Greg, Use the following code to hide the menu bar. Change False to True to restore the menu bar. Application.CommandBars("Worksheet Menu Bar").Enabled = True -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com