Message 1 of 7
Page setup dialog

Not applicable
05-09-2000
11:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to access the PAGESETUP dialog from my user form, using an
"Advanced" button.
Me.Hide
ThisDrawing.SendCommand "_pagesetup "
Me.Show
The code above will not show the PAGESETUP dialog between the hide and show,
but will wait until all dialogs are closed, then show it.
Anyone know how I can get the PAGESETUP to show between the hide and show?
--
Rune Wold
Application Designer
Engineering Systems
rune@engsys.no
--
"Advanced" button.
Me.Hide
ThisDrawing.SendCommand "_pagesetup "
Me.Show
The code above will not show the PAGESETUP dialog between the hide and show,
but will wait until all dialogs are closed, then show it.
Anyone know how I can get the PAGESETUP to show between the hide and show?
--
Rune Wold
Application Designer
Engineering Systems
rune@engsys.no
--