Jul 1, 2003 #1 mmcguire Instructor Joined Jul 1, 2003 Messages 1 Location GB is there a way to add a timer function to a vba macro in autocad similar to the office version Application.OnTime Now + TimeValue _("00:00:05", "CloseTheForm" or even better, like the VB full version timer control?
is there a way to add a timer function to a vba macro in autocad similar to the office version Application.OnTime Now + TimeValue _("00:00:05", "CloseTheForm" or even better, like the VB full version timer control?
Jul 11, 2003 #2 caddman Technical User Joined Jul 11, 2003 Messages 2 Location US Can't you add the timer control via: autocad menubar: Tools|Macros|Visual Basic Editor|Tools|References|TIME? or start vba in autocad. start a userform on the toolbar dialog box right select to add more controls to the box and insert the timer control? Upvote 0 Downvote
Can't you add the timer control via: autocad menubar: Tools|Macros|Visual Basic Editor|Tools|References|TIME? or start vba in autocad. start a userform on the toolbar dialog box right select to add more controls to the box and insert the timer control?