View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
C02C04 C02C04 is offline
external usenet poster
 
Posts: 25
Default Macro to copy and paste values (columns)I have a macro file built

I have a macro file built over time from seeking expert advice from this
forum and that explains my limit knowledge on VBA. The macro opens 10 excel
files and the last file (call this master file) fetches data from the
previous files. The macro then does some proven routine and closes all the
files. Please note that the macro reside in a separate excel file.

I need help on this. In the master file I need to copy and paste values from
column A to column N and column AA to column AZ for multiple sheets (say
sheet1, sheet2€¦..sheetN). Can someone help?