Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default on worksheet load

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default on worksheet load

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default on worksheet load

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to load a worksheet from Internet into a worksheet? Eric Excel Worksheet Functions 3 November 11th 08 12:31 PM
How to load the web links into worksheet? Eric Excel Worksheet Functions 0 March 19th 08 04:04 AM
Show Form and Hide Worksheet on Load Chris George Excel Programming 7 October 15th 06 02:43 PM
Can you load part of a worksheet into a userform wAyne Excel Programming 1 April 9th 06 10:41 PM
Can you load part of a worksheet into a userform Tom Ogilvy Excel Programming 0 April 7th 06 06:30 PM


All times are GMT +1. The time now is 08:56 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"