Hello,
Just finished my first 3 day VBA class last week. I'm intermediate-advanced in Excel, but have been struggling with VBA.
I've been search throughout the web for some code that will dynamically rename the current worksheet when I change the entry in a certain validation list. I found some basic code, but it all requires the user to select another cell or hit enter after the validation box changes.
The validation list is always in cell J1 and holds a list of portfolio strategy names. When the user selects a different portfolio name from the validation list, I'd like the current sheet name to reflect this new name in J1.
Would this require 2 procedures? One to initiate an event based on the validation change, and the other to rename the worksheet?
Thank you,
-Rich
Excel 2013
Just finished my first 3 day VBA class last week. I'm intermediate-advanced in Excel, but have been struggling with VBA.
I've been search throughout the web for some code that will dynamically rename the current worksheet when I change the entry in a certain validation list. I found some basic code, but it all requires the user to select another cell or hit enter after the validation box changes.
The validation list is always in cell J1 and holds a list of portfolio strategy names. When the user selects a different portfolio name from the validation list, I'd like the current sheet name to reflect this new name in J1.
Would this require 2 procedures? One to initiate an event based on the validation change, and the other to rename the worksheet?
Thank you,
-Rich
Excel 2013