Hi,
I'm trying to make my macro read the button text to go to the sheet name that's on the button and for excel 2000
text = ActiveSheet.Button(Application.Caller).Characters.Text
this used to work but for excel 2003 this doesn't work anymore. please help what changes do i have to make for it to work on excel 2003?
I'm trying to make my macro read the button text to go to the sheet name that's on the button and for excel 2000
text = ActiveSheet.Button(Application.Caller).Characters.Text
this used to work but for excel 2003 this doesn't work anymore. please help what changes do i have to make for it to work on excel 2003?