Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Only the second column in the range is a numeric cell the rest are text.
Does that effect the output? This macro gave me a runtime error when put into the sheet. Run-Time error '1004' Application-defined or object-defined error How can I correct this error? Thanks for your help. "Jarek Kujawa" wrote: sorry should be: select yr resultant column Sub formattt() For i = 2 To 200000 Step 4 Cells(i, 6).NumberFormat = "0.00" Next i End Sub if the result is still in column 6 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert list to table | Excel Discussion (Misc queries) | |||
Convert a formatted table back to a list | Excel Discussion (Misc queries) | |||
How to convert a table to list? | Excel Worksheet Functions | |||
How to convert existing Excel List into a table in Access? | New Users to Excel | |||
convert excel list to pivot table | Excel Discussion (Misc queries) |