Hello,
I'm trying to construct a macro that will add data from multiple worksheets, automatically accounting for any worksheets that may have been added since the last time the macro was run. The data will be in the same place on each sheet, though it would be nice if I could work in a VLOOKUP to account for sorting the data.
I assume I need to create a variable "n" that counts and run it in a loop until n=sheet.count or something similar, but I'm honestly brand new to macros and VB and don't have much of a handle on the vocabulary.
Any help is much appreciated.
Thanks.
I'm trying to construct a macro that will add data from multiple worksheets, automatically accounting for any worksheets that may have been added since the last time the macro was run. The data will be in the same place on each sheet, though it would be nice if I could work in a VLOOKUP to account for sorting the data.
I assume I need to create a variable "n" that counts and run it in a loop until n=sheet.count or something similar, but I'm honestly brand new to macros and VB and don't have much of a handle on the vocabulary.
Any help is much appreciated.
Thanks.