J
Jim G
I want to test for a text box ("text box 2"). If it exists delete it if not
do nothing.
I can delete the text box with 'Worksheets("Expense").TextBoxes("textbox
2").Delete' before I print the sheet. However, if the worksheet is reprinted
it comes up with an error because it can't find the text box.
Any suggestions appreciated.
do nothing.
I can delete the text box with 'Worksheets("Expense").TextBoxes("textbox
2").Delete' before I print the sheet. However, if the worksheet is reprinted
it comes up with an error because it can't find the text box.
Any suggestions appreciated.