Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep 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
Joined
May 28, 2020
Messages
44
Location
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
 
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
 
That went well by using WinAPI.
Thank you!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top