home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / com / comexcel / comexcel.bas next >
Encoding:
BASIC Source File  |  1998-04-03  |  115 b   |  5 lines

  1. Attribute VB_Name = "Module1"
  2. Option Explicit
  3. Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
  4.  
  5.