Error 800a01a8
Solved/Closed2 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Jun 21, 2010 at 03:00 PM
Jun 21, 2010 at 03:00 PM
Try instead of hiding the form, unloading it
Hi but where in my code do I have tochange from hide to unload?
Here: Sheet15.Visible = xlSheetVisible
Sheets("BOL").Select
UserForm6.Hide
Private Sub CommandButton4_Click()
UserForm6.Hide
End Sub
Because I changed everything and Iam getting an error, please help
Here: Sheet15.Visible = xlSheetVisible
Sheets("BOL").Select
UserForm6.Hide
Private Sub CommandButton4_Click()
UserForm6.Hide
End Sub
Because I changed everything and Iam getting an error, please help
Ambucias
Posts
47310
Registration date
Monday February 1, 2010
Status
Moderator
Last seen
February 15, 2023
11,163
Jun 21, 2010 at 04:40 PM
Jun 21, 2010 at 04:40 PM
Hello Sofy,
Rizvisa1 is a total genius in office software problem, you are in good hands. Please consider yourself lucky!
Rizvisa1 is a total genius in office software problem, you are in good hands. Please consider yourself lucky!
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Jun 21, 2010 at 06:23 PM
Jun 21, 2010 at 06:23 PM
you are just too kind Ambucias . Thanks for you complements.
Sofy
I am saying
Instead of
UserForm6.Hide
try
unload UserForm6
Sofy
I am saying
Instead of
UserForm6.Hide
try
unload UserForm6