When I try to run it I get an error message because RotateText.ocx is missing. I can ignore that (I think) but there are also errors involving two missing references, PISDK 1.3 type library and PISDKParse 1.1 type library. If I comment out the global references to them I get to frmMain Form_Load and I run into this.

VB Code:
  1. Private Sub Form_Load()
  2.     Dim intCol As Integer
  3.     Dim intwidthcounter As Integer
  4.     Dim colcounter As Integer
  5.     Dim rowcounter As Integer
  6.     Dim i, j, k As Integer
  7.     Dim optButton As Integer
  8.     Dim CurrentTab As Integer
  9.  
  10.    
  11.     frmMain.Caption = "Manual Entry PM10 - Revised July 4, 2005" 'frmMain.Caption & " (Version " & App.Major & "." & _
  12.         App.Minor & "." & App.Revision & ")"
  13.    
  14.    [HL="#FF8080"]ListIndex = 0[/HL]
How can that compile?