ercedwards
Board Regular
- Joined
- Apr 27, 2013
- Messages
- 125
I have the following line of code that changes the text in a shape.
Unable to set the text of character class.
Any suggestions around this?
Thanks much
Sheets("Main Menu").Shapes("AutoSaveMaster").TextFrame.Characters.Text = "Whatever"
It works just fine with 64Bit VBA 7 but when I try and run it in 32Bit VBA 6 I get the error
Unable to set the text of character class.
Any suggestions around this?
Thanks much