Hi All … in one of my last questions posted here, you guys taught me about the Private Sub Worksheet_Change procedure. Well, now the company wants more !!!
I have a workbook with VBA that creates sheets based on another workbook’s values/inputs. These sheets are not always created if they are not needed (based on the values/inputs in the other workbook).
However, in the sheets that are created, I need to add a Change procedure. Unfortunately, I do not know how to add a Change procedure if I cannot see the sheet first.
In the other post, where I learned about the Change procedure, I simply found the sheet under Microsoft Excel Objects and right-clicked and went from there.
Now, I don’t know where to go to place the code for a change event?
Does this make sense?
Thanks,
–cat