Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I've already posted on this topic, but for some reason the link to my post fails and I'm not able to see my post or it comments. So, I'm trying again. I'm looking to have a group of cells "hidden" once a worksheet loads. I guess what I need is the Sub for On_Worksheet_Load. Is there such a sub? Also, is there any way to make just one cell hide? Many thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 7 Jun, 15:11, prog wrote:
I'm looking to have a group of cells "hidden" once a worksheet loads. I guess what I need is the Sub for On_Worksheet_Load. Is there such a sub? Also, is there any way to make just one cell hide? Many thanks. As a Worksheet is always contained within a Workbook, you can't actually open a worksheet on its own, so what you are looking for is the WorkbookOpen event; this event fires when the workbook is opened (surprisingly enough). Use the VBA help to get more information, or go to http://www.mvps.org/dmcritchie/excel/event.htm for a detailed rundown on all events, such as Worksheet_Activate which might also suit your needs -- juux |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to load a worksheet from Internet into a worksheet? | Excel Worksheet Functions | |||
How to load the web links into worksheet? | Excel Worksheet Functions | |||
on worksheet load | Excel Programming | |||
Can you load part of a worksheet into a userform | Excel Programming | |||
Can you load part of a worksheet into a userform | Excel Programming |