Good afternoon
On Sheet 1 of my spreadsheet I have in column B, starting in B2, down to B22 the list of names of the individual tabs.
B2 = AAA
B3 = BBB
B4 = CCC
etc.
What I need please, is some lovely VBA coding that uses an INDIRECT (or whatever the equivalent is in VBA) that looks up that name, and then performs a particular function on that sheet ( I already have that code to hand), then it goes to B3, B4 etc, until it hits a blank cell. As this is a report that is going to be run regularly, the individual tab names will be changing, there I cannot simply have code which states the name of the sheets.
Many thanks
On Sheet 1 of my spreadsheet I have in column B, starting in B2, down to B22 the list of names of the individual tabs.
B2 = AAA
B3 = BBB
B4 = CCC
etc.
What I need please, is some lovely VBA coding that uses an INDIRECT (or whatever the equivalent is in VBA) that looks up that name, and then performs a particular function on that sheet ( I already have that code to hand), then it goes to B3, B4 etc, until it hits a blank cell. As this is a report that is going to be run regularly, the individual tab names will be changing, there I cannot simply have code which states the name of the sheets.
Many thanks