View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Will[_7_] Will[_7_] is offline
external usenet poster
 
Posts: 11
Default concatenate values / convert to csv help

Hi all,

I have a table with only one column which is serial#.

Could you help me to create a macro that will
concatenate "prd-" text with serial# value and save the
results as csv file in designated location. I am just
learning VBA.
The range in serial# colum is not static, it could change
every week. So the range like a1:a100 can not be assigned.

Thanks a lot and hugs to all,