Hi,
_ So
_ 1 ) I have a worksheet that is generated by large code ( which i would prefer not to change too much. )
_ This is just a simplified highly reduced data example
Using Excel 2007
- A 1100 2200 3300 4400 5500 6600 7700 8800 9-900 101000 ......
Output
I am expecting only a small number of –ve values, if any. After reviewing the output i may decide to want to change the format of the sheet thus:
Using Excel 2007
- A 1100 2200 3300 4400 5500 6600 7700 8800 9(900) 101000
Output
_ so i am taking the minus off any –ve values, changing there color to red, putting brackets around it and making the Text format slanted ( italics i think you call that !? )
_ ...................
The following code does what i want.
_ But I am keen to learn and do it “right”. I am sure there must be a Type of conditioning format alternative I can apply to do this. I have basic VBA Knowledge and no experience what so ever with Conditional formatting. Googling suggested it would take me a month to learn how to do it. So I thought i would ask here for help first.![]()
Please Login or Register to view this content.
_ I want finally to do it with the macro. But I will gladly take any given steps to do it manually. I can then run a macro recording then to get the corresponding code. The Demos i found all showed me how to do pretty shading to show up different values in a range of values or just change the color, I want to do the change demonstrated.
. Any suggestions, VBA or some manual steps to get me going. Maybe there is a code line to apply the corresponding conditional formatting to the whole Output range to achieve the output I want
Thanks
Alan
Bookmarks