Anyone knows how to obtain the visual basic namespace?
Where can I get this dll which contains the function Format
Printable View
Anyone knows how to obtain the visual basic namespace?
Where can I get this dll which contains the function Format
The Format function is a member of the VBA.Strings namespace.
This is for VBA and not VB6 or VB.NET?
For VBA its located in C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\VBE6.DLL
HTH
Thanks
Mmm,
I got the dll in the folder...
What's next?
Are you absolutely sure that that's the library for Format(Now, "MM-dd-yyyy")?
Seems like a strange error, but that path was on my system - XP SP-2. It may be different on yours.
I suppose you would add a reference to the dll.