I would like to copy the values in the range of cells A1:A17 into a basic text box, called Textbox 2. Here is the code I am using:
Sheet6.Shapes("Textbox 2").TextFrame.Characters.Text = Sheet6.Range("A1:A17").Value
It keeps giving me an error of: Runtime error 13. Type mismatch.
Sheet6.Shapes("Textbox 2").TextFrame.Characters.Text = Sheet6.Range("A1:A17").Value
It keeps giving me an error of: Runtime error 13. Type mismatch.