Jan 15, 2001 #2 cLocKwOrkPRO Programmer Jan 15, 2001 8 US I don't see why not... why not try it yourself? there is a couple build in functions for forms like: Private Sub UserForm_Initialize() End Sub and Public Sub UserForm_Activate() End Sub you could modify the forms property in these methods. They will get run either when the form is first initalized or everytime it gets activated. gl!! Upvote 0 Downvote
I don't see why not... why not try it yourself? there is a couple build in functions for forms like: Private Sub UserForm_Initialize() End Sub and Public Sub UserForm_Activate() End Sub you could modify the forms property in these methods. They will get run either when the form is first initalized or everytime it gets activated. gl!!