Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default Cell manipulation

Looking to have certain cells ( where lock=false ) to have yellow background.
Else, standard white background.

This should allow me to run macro whenever I want, in the event that cell
locking
or unlocking was changed.
Assuming this would be a macro, for ease of use, I would prefer to be able
to operate this from a button on my custom personal macro toolbar.

John F. Scholten
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Cell manipulation

Are you using format|conditional formatting for anything on that worksheet?

If no,
select A1
hit ctrl-a (twice in xl2003)
format|conditional formatting
formula is:

=CELL("protect",A1)=0

format nicely (Pattern tab)

John F wrote:

Looking to have certain cells ( where lock=false ) to have yellow background.
Else, standard white background.

This should allow me to run macro whenever I want, in the event that cell
locking
or unlocking was changed.
Assuming this would be a macro, for ease of use, I would prefer to be able
to operate this from a button on my custom personal macro toolbar.

John F. Scholten


--

Dave Peterson

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default Cell manipulation

Dave:
Not quite what I had in mind.
Thanks for your response.
Sorry for posting this on programming group.
I have "moved" it to new user - more appropriate, I think.

John F.

"Dave Peterson" wrote:

Are you using format|conditional formatting for anything on that worksheet?

If no,
select A1
hit ctrl-a (twice in xl2003)
format|conditional formatting
formula is:

=CELL("protect",A1)=0

format nicely (Pattern tab)

John F wrote:

Looking to have certain cells ( where lock=false ) to have yellow background.
Else, standard white background.

This should allow me to run macro whenever I want, in the event that cell
locking
or unlocking was changed.
Assuming this would be a macro, for ease of use, I would prefer to be able
to operate this from a button on my custom personal macro toolbar.

John F. Scholten


--

Dave Peterson


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
Cell manipulation with imaging vaughnirv Excel Worksheet Functions 1 November 29th 08 04:18 PM
Need Help with Cell Manipulation gm Excel Discussion (Misc queries) 2 January 21st 06 10:11 AM
Help w/ Cell Manipulation gm Excel Worksheet Functions 0 January 21st 06 02:38 AM
Cell Manipulation Cr4z3 Excel Programming 5 September 30th 04 07:32 AM
Cell Manipulation Cr4z3[_2_] Excel Programming 1 September 30th 04 05:57 AM


All times are GMT +1. The time now is 07:44 AM.

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

About Us

"It's about Microsoft Excel"