Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm trying to dim / hide certain cells on worksheet load (in Excel). What is the function name for On_Worksheet_Load? Also, How do I dim out certain cells, not just columns and rows? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could use the
Workbook_Open() or Worksheet_Activate() events, depending on your needs (worksheets don't load - workbooks do). You can only hide entire rows or columns. However you could use the same fill and font colors for a cell (or change its number format to ;;;). Perhaps more detail on what you're trying to do would help be more specific. In article , prog wrote: Hi, I'm trying to dim / hide certain cells on worksheet load (in Excel). What is the function name for On_Worksheet_Load? Also, How do I dim out certain cells, not just columns and rows? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Workbook_open() is good. Basically, what I want to do is really simple. I
have some buttons list on a spreadsheet. When I click on one button I want a certain section of cells to unhide and then I want the user to click each cell containing the information. Once they click on that cell that has their info, I want that cell to highlight yellow. And then I need the changes to persist once they send it via email. Hopefully, that explanation helps. "JE McGimpsey" wrote: You could use the Workbook_Open() or Worksheet_Activate() events, depending on your needs (worksheets don't load - workbooks do). You can only hide entire rows or columns. However you could use the same fill and font colors for a cell (or change its number format to ;;;). Perhaps more detail on what you're trying to do would help be more specific. In article , prog wrote: Hi, I'm trying to dim / hide certain cells on worksheet load (in Excel). What is the function name for On_Worksheet_Load? Also, How do I dim out certain cells, not just columns and rows? |
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 | |||
Show Form and Hide Worksheet on 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 |