VB Compile Error.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • slinky1561
    New Member
    • Feb 2007
    • 1

    VB Compile Error.

    Hi Folks, I'm new to this forum....and VB. Just after a little help!!!

    I've had this VB Macro that runs in Excel, it grabs data from another App into Excel. Worked fine on Win 98 & 2000, but fails on XP!!!! ANY Help is REALLY appreciated!!!

    The Error Reads: 'Compile Error' 'Can't find Project or Library'

    As my knowledge of VB in NIL, the help needs to be aim accordingly!!!

    The following is the line where the error occurs on the Dimension_true_ start_position:-

    Code:
    If cmd.Type = (DIMENSION_TRUE_START_POSITION Or DIMENSION_START_LOCATION) Or s <> cmd.Id Then
                i = i + 1
    Many thanks in anticipation of help!!!!

    Cheers.
Working...