Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My question is, is it possible to hide sheet (sheet tab, with the name of
the sheet), similar to hiding of rows and columns Thanks, Emilija |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Format - sheet - Hide in the menu bar -- Regards Frank Kabel Frankfurt, Germany "emilija" schrieb im Newsbeitrag ... My question is, is it possible to hide sheet (sheet tab, with the name of the sheet), similar to hiding of rows and columns Thanks, Emilija |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Emilija
In your code add Worksheets("sheet1").Visible = False this will hide sheet1 HTH Charles --- Message posted from http://www.ExcelForum.com/ |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sure
Worksheets("Sheet1").Visible = xlSheetHidden at least one sheet must be visible -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "emilija" wrote in message ... My question is, is it possible to hide sheet (sheet tab, with the name of the sheet), similar to hiding of rows and columns Thanks, Emilija |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel sheet bootom half sheet goes behind top part of sheet | Excel Worksheet Functions | |||
Duplicate sheet, autonumber sheet, record data on another sheet | Excel Worksheet Functions | |||
Macro to Split Window in Same Place Even If Columns Added or Hidde | Excel Discussion (Misc queries) | |||
How do I select price from sheet.b where sheet.a part no = sheet.b | Excel Worksheet Functions | |||
Inserting a row in sheet A should Insert a row in sheet B, removing a row in Sheet A should remove the corresponding row in sheet B | Excel Programming |