Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Schedules a procedure to be run at a specified time in the future 1

Status
Not open for further replies.

USB Memory

Mechanical
May 28, 2020
44
JP
Hi All
I would like to know the way to Schedules a procedure to be run at a specified time in the future on CATIA like an Application.OnTime method on ExcelVBA.

Thanks
 
Replies continue below

Recommended for you

Hi.

Ferdo is right.

VBA is capable of creating timer using SetTimer function from WinAPI
 
Thank you for your reply.

I mean that I don't want to use Application.OnTime but similar method in CATIAVBA.
OnTime is just example.

regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top