LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 923
Default Conditional formatting: NEED ANSWERS FAST!!!

Your original posted asked if it was possible - the answer is yes, if you
knew that then that obviously was not the question. Now you need some VBA.

Try recording the macro as you set up your conditional formatting - that
will give you some clues

--
Cheers
Nigel



"Turquoise_dax"
wrote in message
news:Turquoise_dax.29t7ez_1150989306.8141@excelfor um-nospam.com...

I know this works, but I need to make it general (say, with an "update"
button and a macro...) because if I do it like this, an a row is added,
the cells all need to be individually set with the "conditionnal
formatting" tool....

I was thinking of a macro like this, with if:

Dim cell As Range
For Each cell In Range("B:B")
If cell = "Info" Then *ActiveCell.Offset(0, 1).Fill.Patterned
msoPattern50Percent* (Need to correct: not working...)
If cell = "Req" Then ActiveCell.Offset(0, 1).*(Just how the hell so I
say I want a validation arrow with the needed list?)*
Next

or something like that.... but my syntax is not right....need help!


--
Turquoise_dax
------------------------------------------------------------------------
Turquoise_dax's Profile:
http://www.excelforum.com/member.php...o&userid=35185
View this thread: http://www.excelforum.com/showthread...hreadid=554579



 
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
Fast Formatting Devin[_2_] Excel Discussion (Misc queries) 3 November 5th 07 05:41 PM
conditional formula with multiple conditions and answers. Headacheaday Excel Worksheet Functions 3 January 23rd 07 07:23 PM
Conditional formatting: NEED ANSWERS FAST!!! Turquoise_dax Excel Discussion (Misc queries) 1 June 22nd 06 04:21 PM
fast range copy (without clipboard and with formatting) Max Belugin Excel Programming 5 June 20th 05 02:11 PM
IS THERE A FAST WAY TO CHANGE THE ORDERS OF CONDITIONAL FORMATTIN. Mark_A_Cook Excel Discussion (Misc queries) 1 April 1st 05 06:43 AM


All times are GMT +1. The time now is 06:46 PM.

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"