Trying2learnVBA
Board Regular
- Joined
- Aug 21, 2019
- Messages
- 67
- Office Version
- 365
- 2021
- Platform
- Windows
S1 is my macro template.
S2 is the actual report which gets a new tab each month. Ex. T1-Jan T2-Feb- etc- to current month.
Sometimes there are changes to S2. So, I want a system to cross check if anything has changed.
Exaple.
S1 n S2 look identical unless a new loan type was added.
So - I want to do this simple formula but for S2 active tab-sheet.
Say I do this on S1 any cell of my choice "=A8=S2 active sheet A8"
S1 =A8="S2 A8" works but once I make a new tab - The formula references the old tab.
Thanks for the help in advance.
S2 is the actual report which gets a new tab each month. Ex. T1-Jan T2-Feb- etc- to current month.
Sometimes there are changes to S2. So, I want a system to cross check if anything has changed.
Exaple.
S1 n S2 look identical unless a new loan type was added.
So - I want to do this simple formula but for S2 active tab-sheet.
Say I do this on S1 any cell of my choice "=A8=S2 active sheet A8"
S1 =A8="S2 A8" works but once I make a new tab - The formula references the old tab.
Thanks for the help in advance.