View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Clark Jim Clark is offline
external usenet poster
 
Posts: 1
Default Select/Copy/Paste in Macro/VBA

I'm trying to create a macro to preformat an imported text
file. One of the tasks is to concatenate lastname,
firstname, middleinit, suffix that is spread into 4
columns into one column. The number of rows varies with
the imported text file.

I've tried inserting a blank column and building the
concat formula in the top cell, but I'm having a problem
copying this formula down to all the cells below while
STOPPING at the last cell that has data to the right.

Suggestions for this newbie, please?