I have columns of data that are mixed number/text that should ALL be formatted as text. Excel tries to help me by formatting each cell according to the value. I've created a macro that places a ' prior to all cell values in a selected range. This works well in most cases but for some reason not always. My second problem is similar, a text value consisting of a figure and index is show like 10/1 and Excel always changes the format to a date. How can I force Excel to recognize these values as string values without using the rather brute force method of prepending a ' to the cell? My question is about either Excel or ASP as I extract the data from a database using ASP and send it to the user as an Excel spreadsheet.
-------------------------------------
scking@arinc.com
Try to resolve problems independently
Then seek help among peers or experts
But TEST recommended solutions
-------------------------------------
-------------------------------------
scking@arinc.com
Try to resolve problems independently
Then seek help among peers or experts
But TEST recommended solutions
-------------------------------------