muckmail
13-03-2007, 12:03 PM
Subject: Can a person minimize a userform window and continue to use AutoCAD with stopping a CAD VBA program ? CAD version 07
If is use
Private Sub CommandButton4_Click()
'UserForm1.Left = 240
'UserForm1.Top = 330
UserForm1.hide
End Sub
This will stop my program and put me in code window. I would like to only minimize my VB userform and use cad for short period of time then maximize my window for vba program usage. Is that possable?
thank you,
muck
View Public Profile
Send a private message to muck
Find More Posts by muck
If is use
Private Sub CommandButton4_Click()
'UserForm1.Left = 240
'UserForm1.Top = 330
UserForm1.hide
End Sub
This will stop my program and put me in code window. I would like to only minimize my VB userform and use cad for short period of time then maximize my window for vba program usage. Is that possable?
thank you,
muck
View Public Profile
Send a private message to muck
Find More Posts by muck