View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Janna[_3_] Janna[_3_] is offline
external usenet poster
 
Posts: 4
Default Macro to add data

I have a column in a table to which I would like to add
the same data to every record in the column. Following
is an example: Each record in my column B of the
spreadsheet contains a unique value. I would like to
preface that unique value, in every record in column B
with the same path name. So if B2 currently
contains "1233" in the field. I would like the macro to
add "c:\data\" in front of it so the final result of the
field is "c:\data\1233


TIA