Because your text box is in a worksheet and not a form, you need to insert the sheet reference
![]()
Sub Button2_Click() Sheets("Sheet1").TextBox1.Value = "" End Sub
Edit: got sidetracked and solus gave you the answer. Good.
Because your text box is in a worksheet and not a form, you need to insert the sheet reference
![]()
Sub Button2_Click() Sheets("Sheet1").TextBox1.Value = "" End Sub
Edit: got sidetracked and solus gave you the answer. Good.
Alan עַם יִשְׂרָאֵל חַי
Change an Ugly Report with Power Query
Database Normalization
Complete Guide to Power Query
Man's Mind Stretched to New Dimensions Never Returns to Its Original Form
ah right got it!
Thanks!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks