H
Hennie Neuhoff
Hi Guys
My workbook was sent to a remote computer. The code on the remote
computer works fine untill there's a Chr(13) in the code [of which there
are many]. It display the following:
"Compile error can't find project library"
I can't explain this to the user as it's working fine on my side.
Could it be some setting on his computer ??
Any pointers would be appreciated
Ex. Of code:
If Range("SpinsOnAf").Value > 3 Then
MsgBox "Daar is nou reeds " & Val(Range("SpinsOnaf")) _
& " onafgehandelde Spuitinstruksies" & Chr(13) _
& "Dis onaanvaarbaar hoog, jy moet 'n plan maak" & Chr(13) _
& "Jou rekords raak uiters onakkuraat", vbCritical
My workbook was sent to a remote computer. The code on the remote
computer works fine untill there's a Chr(13) in the code [of which there
are many]. It display the following:
"Compile error can't find project library"
I can't explain this to the user as it's working fine on my side.
Could it be some setting on his computer ??
Any pointers would be appreciated
Ex. Of code:
If Range("SpinsOnAf").Value > 3 Then
MsgBox "Daar is nou reeds " & Val(Range("SpinsOnaf")) _
& " onafgehandelde Spuitinstruksies" & Chr(13) _
& "Dis onaanvaarbaar hoog, jy moet 'n plan maak" & Chr(13) _
& "Jou rekords raak uiters onakkuraat", vbCritical