OK,
I have the following code
Dim joblen
Dim jobroot As String
Dim activeRoot As String
Dim lclRoot As String
joblen = Len(Me.Enhanced)
joblen = joblen - 11
activeRoot = Me.Enhanced
activeRoot = Left(activeRoot, joblen)
Sometimes when the code is executed I get the follwong error.
Compile Error:
Can't find project or library
I have had this happen at random over the years in VBA for losts of different apps on several OS's.
Anyone know what causes this or how to fix it?
I have the following code
Dim joblen
Dim jobroot As String
Dim activeRoot As String
Dim lclRoot As String
joblen = Len(Me.Enhanced)
joblen = joblen - 11
activeRoot = Me.Enhanced
activeRoot = Left(activeRoot, joblen)
Sometimes when the code is executed I get the follwong error.
Compile Error:
Can't find project or library
I have had this happen at random over the years in VBA for losts of different apps on several OS's.
Anyone know what causes this or how to fix it?