Thread: Macro help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jschping jschping is offline
external usenet poster
 
Posts: 8
Default Macro help

Hi,

I created a macro for automating the input of a delimited text file. Once
all the stuff is imported, I want to reformat some of the data. I have the
formula ready, but have no clue how to make it apply to the whole column if I
don't know ahead of time how many rows the column will contain. I can
manually put it in the top cell and drag it down, but I want it to be part of
the macro. How do I do this?

Thanks!