Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Columns("A:Z").Select Selection.NumberFormat = "@" The code above does it (my spreadsheets never go past row Z) Here was the problem, there were a couple columns formatted a currency, so I was getting in the saved csv file: xxxxx,"$3,001.45",xxxxxx With that code above, it is now: xxxxx,"3001.45",xxxxxx No dollar signs or commas It is working now!! -- swtransactio ----------------------------------------------------------------------- swtransaction's Profile: http://www.excelforum.com/member.php...fo&userid=3745 View this thread: http://www.excelforum.com/showthread.php?threadid=57121 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to remove all formatting | Excel Worksheet Functions | |||
"Excel encountered an error and had to remove some formatting toavoid corrupting the workbook. Please re-check your formatting carefully." | Excel Discussion (Misc queries) | |||
How to remove all formatting. | Excel Discussion (Misc queries) | |||
Remove all formatting | Excel Worksheet Functions | |||
Remove formatting from SSN | New Users to Excel |