Hi,
I have a userform with a button that says "Save Changes" with code attached to it. when the user hits the "Save Changes" button, I want a box to briefly appear saying "Your changes have been saved".
Currently, I have that box as a userform. I'm having trouble getting the box to close automatically. I tried putting the application.wait code in the initialization section of the userform followed by Unload Me, but I get an error.
Any help would be appreciated.
I have a userform with a button that says "Save Changes" with code attached to it. when the user hits the "Save Changes" button, I want a box to briefly appear saying "Your changes have been saved".
Currently, I have that box as a userform. I'm having trouble getting the box to close automatically. I tried putting the application.wait code in the initialization section of the userform followed by Unload Me, but I get an error.
Any help would be appreciated.