I need to format a column of cells to be text. The data that is in these cells in pulled from an online form about how many people have access to a database. The options are 1-9, 10-24, 25-49, 50+. These values aren't very friendly to the general format because excel tries to read '1-9' and '10-24' as dates.
How do I make them only text?
I've looked around and all i've found is a lot of info on
<code>
columns("z").NumberFormat = "mm/dd/yyyy"
</code>
and variations henceforth.
I saw somthing on a web site about the style property, but I couldn't find much on it?
~kstargold
How do I make them only text?
I've looked around and all i've found is a lot of info on
<code>
columns("z").NumberFormat = "mm/dd/yyyy"
</code>
and variations henceforth.
I saw somthing on a web site about the style property, but I couldn't find much on it?
~kstargold