Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have been testing without any issues on one computer, when I ran my code on
another computer I got this error. What's more strange is that it is complaining about the LEFT command. If Dir(Left(MainPath, 3), vbDirectory) = "" Then just to test, I removed the LEFT statement: If Dir(MainPath, vbDirectory) = "" Then and it worked fine, but stopped on the next LEFT. If Len(MainPath) = 3 Then MainPath = Left(MainPath, 2) Any ideas? -- Trefor |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compile error: Can't find project or library | New Users to Excel | |||
Compile error: Can't find project or library | Excel Programming | |||
Compile error: Can't find project or library | Excel Programming | |||
Compile error: Can't find project or library | Excel Programming | |||
Compile Error! Can't find project or Library --- Help! | Excel Programming |