Thread: range data type
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
seanw seanw is offline
external usenet poster
 
Posts: 1
Default range data type

how do I set a range's data type using VB? I wrote a vb
app to parse data into a csv file. Then I open the csv
into excel and populate the columns. Now I need to set
the columns to text instead of the numbers being treated
like numbers.



thx