Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,i don't think this can be done,but if you can prove me wrong i would be
gratefull.....If i have a cell say A1 which is linked to another cell which has a DDE link to another program,this is to do with share price data,what i want is ,if the number in cell A1 is 100 and then changes to say 101,because the new number is higher than the original (100),is it possible for the new number to be blue in colour and if the new number is say 99 ie less than the original to be red?...Im sure you will know what i mean from the way you see share price programs work on television,say on Bloomberg for example....... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use two cells rather than one.
Store the original value of A1 in A2 and then allow A1 to update periodically via DDE. Use Conditional Formatting on A1 to test is it is greater or less than A2. -- Gary''s Student - gsnu200719 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lock Cell Format - Allow copy and paste of data without format change | Excel Worksheet Functions | |||
Adding time in 24 hour format to produce hours in decimal format | Excel Worksheet Functions | |||
Need help with converting CUSTOM format/TEXT format to DATE format | Excel Worksheet Functions | |||
Replace million-billion number format to lakhs-crores format | Excel Discussion (Misc queries) | |||
how to format excel format to text format with separator "|" in s. | New Users to Excel |