I have used Excel 2010 for quite some time. But I just was upgraded to Windows 7 from good old XP. Now some of my VBA code won't run. For example, I use the function Left() in the context of
I get an error Compile error: Can't find library or project.
I get the same message on a function String$(). I am sure there are others. Obviously I need to install some plug-in or something. Suggestions?
Code:
Let TheFile = Left(TheFile, Len(TheFile) - 1)
I get an error Compile error: Can't find library or project.
I get the same message on a function String$(). I am sure there are others. Obviously I need to install some plug-in or something. Suggestions?