dpaton05
Well-known Member
- Joined
- Aug 14, 2018
- Messages
- 2,375
- Office Version
- 365
- 2016
- Platform
- Windows
Sub Workbook_Open()
'Application.WindowState = xlMaximized
txtName.Value = "Type sheet name here."
End Sub
I am just trying to make a default value appear for a text box upon open of worksheet and it won't work and I don't know why.
'Application.WindowState = xlMaximized
txtName.Value = "Type sheet name here."
End Sub
I am just trying to make a default value appear for a text box upon open of worksheet and it won't work and I don't know why.