Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Thank you Frank and Bob for your help with the code below to convert figures such as 1.6M and 0.25M into proper numbers. When ever i run the code below i get the error 'Application defined or object defined error' Does any know why this is happening? TIA Sub convert() For x = 2 To Cells(Rows.Count, "L").End(xlUp).Row Cells(i, "L").Value = Left(Cells(i, "L").Value, Len (Cells(i, "L").Value) - 1) * 1000000 Next x End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can the "convert" function in excel convert to UK gallons? | Excel Discussion (Misc queries) | |||
how will i convert 05.01.2007 convert 05.Jan.2007 format? | New Users to Excel | |||
convert value in word. For Exampe Rs.115.00 convert into word as . | Excel Discussion (Misc queries) | |||
convert decimal number to time : convert 1,59 (minutes, dec) to m | Excel Discussion (Misc queries) | |||
Convert Time...!convert tenths of a second | Excel Discussion (Misc queries) |