Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom,
Doesn't that depend on the decimal separator ? Nick "Tom Ogilvy" wrote in message ... Just to add to the excellent suggestion. myVar = " 7.200" ? cdbl(myVar) 7.2 is a good thought, but unless it was a typo, it doesn't quite match the requested results. myNewVar = "7200" perhaps ? cdbl(myvar)*1000 7200 with myNewVar dimensioned as String -- Regards, Tom Ogilvy "Pierre " wrote in message ... Alternatively, you can use also Cdbl myvar1 = CDbl(myvar) --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
transform formula | Excel Worksheet Functions | |||
How I transform a row into a column? | Excel Discussion (Misc queries) | |||
How I transform a row into a column? | Excel Discussion (Misc queries) | |||
Table Transform | Excel Discussion (Misc queries) | |||
Transform columns with VBA | Excel Programming |