Hi,
Can somebody help please.I need a macro to copy a cell C3 from workbook1 in a sheet named "IR&BS" and paste its value into cell E9 located in workbook2.I am new at this and I would greatly appreciate any assistance.
Regards
Desmond
Hi,
Can somebody help please.I need a macro to copy a cell C3 from workbook1 in a sheet named "IR&BS" and paste its value into cell E9 located in workbook2.I am new at this and I would greatly appreciate any assistance.
Regards
Desmond
put this code on a module of destination workbook, source workbook must be open
![]()
Sub a() Set wb2 = Workbooks("workbook name") Range("E9") = wb2.Sheets("IR&BS").Range("C3").Value End Sub
If solved remember to mark Thread as solved
Thank u Patel I appreciate ur help!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks