VBA learner ITG
Active Member
- Joined
- Apr 18, 2017
- Messages
- 272
- Office Version
- 365
- Platform
- Windows
- MacOS
I hope everyone is having a good day
I was wondering if there was a formula or VBA code that you can recommend or point me in the right direction for looking at data from different tabs and populating them into the master tab.
I have summary document and in column B4 - B23 is the tab Name which has been created within VBA and within the Summary Document In Row 3, Column C through to N are months.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Tab Title (Column B)[/TD]
[TD]January[/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ford[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
On each of the tabs i have the corresponding data in Column D Row 25 - 36 relating to Row 3, Column C through to N.
[TABLE="width: 500"]
<tbody>[TR]
[TD]January[/TD]
[TD]£2500[/TD]
[/TR]
[TR]
[TD]February[/TD]
[TD]£300000[/TD]
[/TR]
[TR]
[TD]May[/TD]
[TD]£20000[/TD]
[/TR]
</tbody>[/TABLE]
I would like your guidance and expertise to validate by the Tab name on the Summary document and pull into the summary tab the corresponding data from each tab against the tab name.
I was wondering if there was a formula or VBA code that you can recommend or point me in the right direction for looking at data from different tabs and populating them into the master tab.
I have summary document and in column B4 - B23 is the tab Name which has been created within VBA and within the Summary Document In Row 3, Column C through to N are months.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Tab Title (Column B)[/TD]
[TD]January[/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ford[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
On each of the tabs i have the corresponding data in Column D Row 25 - 36 relating to Row 3, Column C through to N.
[TABLE="width: 500"]
<tbody>[TR]
[TD]January[/TD]
[TD]£2500[/TD]
[/TR]
[TR]
[TD]February[/TD]
[TD]£300000[/TD]
[/TR]
[TR]
[TD]May[/TD]
[TD]£20000[/TD]
[/TR]
</tbody>[/TABLE]
I would like your guidance and expertise to validate by the Tab name on the Summary document and pull into the summary tab the corresponding data from each tab against the tab name.