View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] dwight.yorke@gmail.com is offline
external usenet poster
 
Posts: 5
Default Macro to copy specific cells from one workbook to another

Hey community,

I really need help on this one, Iam a newbie to excel macros and got
stuck with this task. Basically we need a macro that can perfom the
following function;

1)Copy specific cells from workbook1 (e.g A3, D5, C4)
2)Open and existing workbook (workbook2) on the computer
3)Paste cells from workbook1 into the next avialble row in workbook2 in
a certain order. (i.e A3 first, D5 second, and C4last)

I hope the instructions were clear, and appreciate any help i could
get.

Thanks,
Dwight