Hi folks,
I need a vba code for copy specific data from sheet("Main") to sheet("Base").
Range/cell to be copied
E20("Main")---> C21("Base")
G20("Main")---> E21("Base")
M20("Main")---> F21("Base")
Q20("Main")---> E16("Base")
D23("Main")---> C24("Base")
F23("Main")---> B25("Base")
I have a command button " Update". When i press this button the data will be copied.
Thanks and Regards.
Bookmarks