First, I believe the activesheet.name is a value that changes each time a new tab is selected? If I'm wrong there, the rest of this is not going to make sense. Please correct me if mistaken.
If Sheet3 has lots of data collected, I'd like to sort the data depending on which of the other Sheets (1 or 2) is active (selected). So I think I can sort based on the active sheet name, if I can just get that information to Sheet3.
Sheets 1 and 2 will use an offset to return the relevant information to them.
Unfortunately, my experience with VBA consists of recording macros and then modifying the resulting code to do what I need.
Please respond as if I don't know what I'm doing with VBA, I promise not to be offended........
Feel free to code a 3 sheet workbook sample if it's easier than explaining. I can learn by reverse engineering it.
I'm running XP Pro with Office 2007, by the way. Thanks.
If Sheet3 has lots of data collected, I'd like to sort the data depending on which of the other Sheets (1 or 2) is active (selected). So I think I can sort based on the active sheet name, if I can just get that information to Sheet3.
Sheets 1 and 2 will use an offset to return the relevant information to them.
Unfortunately, my experience with VBA consists of recording macros and then modifying the resulting code to do what I need.
Please respond as if I don't know what I'm doing with VBA, I promise not to be offended........
Feel free to code a 3 sheet workbook sample if it's easier than explaining. I can learn by reverse engineering it.
I'm running XP Pro with Office 2007, by the way. Thanks.