I'm trying to print the value of a textbox in excel using VBA. The textbox is title "TextBox 6" and this is the code I used:
Debug.Print (wSheet.Shapes("TextBox 6").TextFrame.Characters.Text)
wSheet is the main worksheet where the textbox is located. The error I get is:
The item with the specified name wasn't found.
Any help would be great! Thanks in advance!

