AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,045
- Office Version
- 2019
- 2010
- Platform
- Windows
Just wondering how others may get around this.
My form processes a pile of data, comparing various values.
If it finds a difference then display it and wait for the user to click a "Continue" button.
But I don't want a msgbox.
What else does the same job? Ideally just a button that waits to be pressed.
I've sort of accomplished it using a modal second Form with no caption bar and one command button.
But I get the Form outline as well as the button. It works but could look better.
My form processes a pile of data, comparing various values.
If it finds a difference then display it and wait for the user to click a "Continue" button.
But I don't want a msgbox.
What else does the same job? Ideally just a button that waits to be pressed.
I've sort of accomplished it using a modal second Form with no caption bar and one command button.
But I get the Form outline as well as the button. It works but could look better.