I have inherited an application which alledgedly works. When I try to compile it I get a "Compile error - Can't find project or library" message. Two examples of lines that fail:
MsgBox "Error during import process." & Chr(13) & "Check CSV file and format match and then retry.", vbCritical, "File Error"
PlanTitle = InputBox("Please enter text for printout title", "Plan Title", "Hoddesdon Transport Plan " & Format(Now() + 1, " - dddd dd mmmm yyyy"
)
With the first line the Chr(13) is highlighted. With the second line the Format is highlighted.
Can anyone shed some light on this?
Thanks,
Henio
MsgBox "Error during import process." & Chr(13) & "Check CSV file and format match and then retry.", vbCritical, "File Error"
PlanTitle = InputBox("Please enter text for printout title", "Plan Title", "Hoddesdon Transport Plan " & Format(Now() + 1, " - dddd dd mmmm yyyy"
With the first line the Chr(13) is highlighted. With the second line the Format is highlighted.
Can anyone shed some light on this?
Thanks,
Henio