Stretchwickster
Programmer
I'm using the following portion of code which works fine on my Win2k Excel2k machine. However, when I take it to another Win2k Excel2k machine I get an "Can't find project or library" error message and it highlights the String$ function line:
Does anyone have any ideas on what is going wrong and how to solve it?
I assume it has something to do with a missing reference perhaps?
Your help would be much appreciated!
Clive![[infinity] [infinity] [infinity]](/data/assets/smilies/infinity.gif)
Ex nihilo, nihil fit (Out of nothing, nothing comes)
Code:
Dim MyPath As String
MyPath = String$(255, vbNullChar)
Does anyone have any ideas on what is going wrong and how to solve it?
I assume it has something to do with a missing reference perhaps?
Your help would be much appreciated!
Clive
![[infinity] [infinity] [infinity]](/data/assets/smilies/infinity.gif)
Ex nihilo, nihil fit (Out of nothing, nothing comes)