Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jo
thanks for your help Tim "joeu2004" wrote in message ... After-thought.... I wrote: Val(Replace(LTrim(RTrim(.Cells(iFirstDataRow, iTestCol))," ",",")) RTrim is not necessary. Simply: Val(Replace(LTrim(.Cells(iFirstDataRow, iTestCol))," ",",")) (Hmm, also corrects a copy-and-paste typo in the original expression.) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Want to modify this VBA code snippet | Excel Programming | |||
Want to modify this VBA code snippet | Excel Programming | |||
Problem in WITH/END WITH code snippet | Excel Programming | |||
Code snippet storage | Excel Programming |