Dendennydenden
New Member
- Joined
- Mar 5, 2018
- Messages
- 7
Hi. First time posting so please be gentle.
I am new to VBA and trying to get a grip of it, and having searched everywhere i cannot find anything that will solve this problem.
I have two identical workbooks containing numerical data:
Master01
Data01
I need a macro that takes the data in each cell (in a set range) in Data01 and adds it to the corresponding cell in Master01.
eg.
Master01, Sheet1, C10 = 7
Data01, Sheet1, C10 = 4
- run macro -
Master01, Sheet1, C10 = 11.
... and this is repeated for each cell C10:S63
Can this be done?
All help really appreciated.
den
I am new to VBA and trying to get a grip of it, and having searched everywhere i cannot find anything that will solve this problem.
I have two identical workbooks containing numerical data:
Master01
Data01
I need a macro that takes the data in each cell (in a set range) in Data01 and adds it to the corresponding cell in Master01.
eg.
Master01, Sheet1, C10 = 7
Data01, Sheet1, C10 = 4
- run macro -
Master01, Sheet1, C10 = 11.
... and this is repeated for each cell C10:S63
Can this be done?
All help really appreciated.
den