I must be forgetting something, but I figured I'd post online to see if any of you hear can clear the mud off my eyes.
For a process used by various Excel files, I want to say something like:
When they update a cell within Range1, a query runs, populating various cells. A new item I'm adding is WAY to the right, and I do not want to use the .Offset() structure to get there, but would rather name the range for Range2 (further right 1 column).
The data will look something like the below image:
It doesn't seem to me like using Range.Intersect nor Range.Offset would work.
How do I basically say, When the Target range (ActiveCell) is in Range1(3) or Range1, row 3, then update the value in Range2(3) or Range2, row 3?
Please embarrass me and show me what simple item I'm forgetting.
Thanks
"But thanks be to God, which giveth us the victory through our Lord Jesus Christ." 1 Corinthians 15:57
For a process used by various Excel files, I want to say something like:
When they update a cell within Range1, a query runs, populating various cells. A new item I'm adding is WAY to the right, and I do not want to use the .Offset() structure to get there, but would rather name the range for Range2 (further right 1 column).
The data will look something like the below image:
It doesn't seem to me like using Range.Intersect nor Range.Offset would work.
How do I basically say, When the Target range (ActiveCell) is in Range1(3) or Range1, row 3, then update the value in Range2(3) or Range2, row 3?
Please embarrass me and show me what simple item I'm forgetting.
Thanks
"But thanks be to God, which giveth us the victory through our Lord Jesus Christ." 1 Corinthians 15:57