Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How about [SELECT("R10C5")][Selection.NumberFormat "0.00"]
-- John johnf202 at hotmail dot com "Ron Louzon" wrote in message ... What is the DDE command to format an Excel cell? I want to format a cell with NumberFormat="0.00". How do I do this via DDE? I tried [SELECT("R10C5")][Selection.NumberFormat("0.00")] [SELECT("R10C5")][Cells.NumberFormat("0.00")] [SELECT("R10C5")][Select.NumberFormat("0.00")] but none of this works....obviously. thanks, Ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
One command in one cell initiating another command in another cel. | Excel Worksheet Functions | |||
Nesting the ROW() command into a Conditional Format Formula | Excel Worksheet Functions | |||
Format the command for the Currency button | Excel Discussion (Misc queries) | |||
Format Cell command will not function | Excel Discussion (Misc queries) | |||
in vba what command is used to determine if a particular cell on a particular sheet changed? some kind of event? how to get the old and new value of the cell? | Excel Worksheet Functions |