LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default macro not register my conditional format formula

Hi,
I try to register a formula (this is an extract)
when I record the macro with conditional formatting it works well, but the macro is not registered..
I am not still good in VBA, so I would like or to bypass the VBA finding a way to register the macro, or a really easy code like ( select ex A1, if A1< 105% A2 so tag as orange, if (instead) A1) is (even)< than 95% of A2 tag as orange, if A1<0 tag always as negative(stop if true)

sales
=$C$12<$D$12*(1,05) orange
=$C$12<(0,95)*D$12 red

profit
=$C$13<0 stop if true
=$C$13<$D$13*(1,05)
=$C$13<(0,95)*$D$13


Net worth

=$C$14<0 (stop if true)
=$C$14<$D$14*(1,05)
=$C$14<$D$14*(0,95)
 
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
Formula Problem For Checkbook Register Kentram Excel Worksheet Functions 1 January 24th 08 08:12 PM
Register MSCAL.OCX using Macro Marvin Excel Programming 1 September 18th 06 07:06 PM
conditional format macro formula Todd Excel Programming 1 March 20th 06 05:30 PM
Multiple conditional on conditional format formula Frank Kabel Excel Programming 1 July 27th 04 06:24 PM
Multiple conditional on conditional format formula Bob Phillips[_7_] Excel Programming 0 July 27th 04 05:30 PM


All times are GMT +1. The time now is 01:26 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"