Message 1 of 2
Hide current window when working with a dialog box . . .

Not applicable
08-09-2002
01:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm calling an autocad command that pulls up an interactive dialog box.
I am trying to use the sendkey command to send tab, text and spacebar key strokes to the dialog to make some simple manipulations to automate a frequently used process.
my code does not send the keystrokes till the dialog is closed. I read on a post I need to have vba hide the dialog, then execute the keystrokes, then show the form.
I'm new to VBA and can't find a way to hide/show the current dialog.
Any help will be appreciated . . . thank you
swu
I am trying to use the sendkey command to send tab, text and spacebar key strokes to the dialog to make some simple manipulations to automate a frequently used process.
my code does not send the keystrokes till the dialog is closed. I read on a post I need to have vba hide the dialog, then execute the keystrokes, then show the form.
I'm new to VBA and can't find a way to hide/show the current dialog.
Any help will be appreciated . . . thank you
swu