Happy New Year, API people! I have a macro with a userform.When I click on Finish, it takes a good amount of time for themacro to complete its processes. What I would like to do is, when Iclick on the Finish button, use the Progress Bar in the Status Barin Solidworks to show the overall progress, as well as update thetitle during the progress. The example provided in API help isuseful, but it doesn't give a clear picture on how to show progresscoincident with the macro's progress. Other examples use the Timerand DoEvents processes, which I think would complete it, but Idon't know exactly how to bring the two concepts together. Doesanyone have a clear example that would help me perform thisoperation? Your input is greatly appreciated!!SolidworksApi macros