- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My code looks similar to:
myform.hide
SendCommand "DWGPROPS" & vbCr
myform.show
The problem is it will only randomly show the Drawing Properties dialog box, which in and of itself is odd to me. Seems it would either show always or never. When it doesn't show, myform 'appears' to never close, though it may be that it is quick and I can't see it. The Drawing Properties dialog then will show up...but only after I close myform completely.
Then sometimes, it works just as I want, giving the user the Drawing Properties dialog and letting them make changes, and then they hit OK and right back into myform.
Am I going to always have this problem, going in the wrong direction, or what?
THanks for any help.
Solved! Go to Solution.