
Is it possible in VBA Customization Manager (not SL SDK) to issue a "Sleep" command in VBA code? I have done this in the SDK, but not sure if same/similar is possible within Customization Mgr.
Thanks.
*This post is locked for comments
I have the same question (0)Figured it out... add the following as a new module in VBA...
Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)