Form open, continue work

Form open, continue work

mbest
Enthusiast Enthusiast
297 Views
1 Reply
Message 1 of 2

Form open, continue work

mbest
Enthusiast
Enthusiast
Not sure what to search for on this so I'll post the question.



Been a while since I tried any Acad vba but is there a way to leave a form open on the screen while continueing to work in the drawing? Doing a lot drawing corrections the past couple of days (and have a few days to go) but most of the drawings require the same corrections just in different places.



I written the code to do all the functions and they work. But I want to place the code segments under several buttons command on a form. Instead of opening the form then hitting the right button each time I want to just leave the form open (on 2nd monitor) and continue working til I need to hit any of the buttons to run the code.



Can this be done and what is the code to do this?



Regards and TIA,

Mike
0 Likes
298 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
use vbmodless
formname.show vbmodless
0 Likes