I have several Sheets involved but I'll have Sheet 2 Active. When I'm on "Sheet 2" I need to know when cell ("C14") becomes active with an IF statement I'm guessing. Once it becomes active, I then need to know if the string in cell ("B2") on Sheet 1 = "Fighter" then I want to insert "some wording regarding the fighter here" in cell ("C14") on Sheet 2. IF it's not "Fighter"then is it "Mage"? If so then insert "some wording regarding the mage here".
This is short hand for example.
if cell C14 on Sheet 2 is active then
check cell B2 on Sheet1, is text = "Fighter"? Then
"You are brave and use a sword"
if Else is cell B2 on Sheet1 = "Mage"? Then
"You cast spells"
etc..
I need to know how to code this in VBA. I've spent hours searching and trying various code but can't get it right. Thanks ahead of time.
This is short hand for example.
if cell C14 on Sheet 2 is active then
check cell B2 on Sheet1, is text = "Fighter"? Then
"You are brave and use a sword"
if Else is cell B2 on Sheet1 = "Mage"? Then
"You cast spells"
etc..
I need to know how to code this in VBA. I've spent hours searching and trying various code but can't get it right. Thanks ahead of time.
Last edited: