Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi...
Looking for code that will remove column headings and row numbers from within the auto open routine. I can do it for a selected sheet but not for workbook. Any help appreciated... G |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Gordon, try this,
Sheets.Select ActiveWindow.DisplayHeadings = False Sheets(1).Select -- Paul B Always backup your data before trying something new Please post any response to the newsgroups so others can benefit from it Feedback on answers is always appreciated! Using Excel 2002 & 2003 "Gordon" wrote in message ... Hi... Looking for code that will remove column headings and row numbers from within the auto open routine. I can do it for a selected sheet but not for workbook. Any help appreciated... G |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
code to find stuff in each sheet? | Excel Programming | |||
Remove / Add code through VBA | Excel Programming | |||
VBA Code to remove VBA | Excel Programming | |||
Use VB code to remove code in sheet1 | Excel Programming | |||
Remove VBA code | Excel Programming |