Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"jomni" wrote
in message ... I want to make a macro where you just input 100m and the data automatically converts to 100,000,000, etc. Anyone has some leads? Examples? Hi Jomni, Shouldn't be too difficult. I would suggest you use a worksheet_change event to trigger a check on the taget cell (or cells) and pattern match where the entry is a text string of the form "[N]m" where [N] is one or more numeric digits. HTH, Alan. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to put in figures over 100K | Excel Discussion (Misc queries) | |||
How do you convert $100M into a whole number? | Excel Worksheet Functions | |||
Can we extend the row limitation from 65536 to say 100K or higher | Setting up and Configuration of Excel | |||
100M = 1,000,000 | Excel Discussion (Misc queries) |