| Author |
Cannot find Project or Libarary when using Format /String......
|
|
| Ashish Piya 2005-08-24, 9:57 pm |
| Hi there i am always getting the said topic error when i use format/string/or
Str.... function or Syntax??? in my old projects.. It works fine when
creating a all new clean project..... Is there something reference or stuff
that i should know when using format/string/date/time functions.. help
please.
piyadeashish@yahoo.com
| |
| Douglas Marquardt 2005-08-25, 7:01 pm |
| Sounds like your missing a ref.
Compare the refs in your new/clean project with
the refs in the project that gives the error.
Doug.
"Ashish Piya" <AshishPiya@discussions.microsoft.com> wrote in message news:57809DC8-B0DD-4804-B762-6ECEF2621648@microsoft.com...
> Hi there i am always getting the said topic error when i use format/string/or
> Str.... function or Syntax??? in my old projects.. It works fine when
> creating a all new clean project..... Is there something reference or stuff
> that i should know when using format/string/date/time functions.. help
> please.
>
> piyadeashish@yahoo.com
| |
|
| These are the required references for a project (in this order):
Visual Basic for Applications (msvbvm60.dll)
Visual Basic runtime objects and procedures (msvbvm60.dll\3)
Visual Basic object and procedures (vb6.dll)
OLE Automation (stdole.tlb)
--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--
"Ashish Piya" <AshishPiya@discussions.microsoft.com> wrote in message
news:57809DC8-B0DD-4804-B762-6ECEF2621648@microsoft.com...
> Hi there i am always getting the said topic error when i use
format/string/or
> Str.... function or Syntax??? in my old projects.. It works fine when
> creating a all new clean project..... Is there something reference or
stuff
> that i should know when using format/string/date/time functions.. help
> please.
>
> piyadeashish@yahoo.com
| |
| Douglas Marquardt 2005-08-25, 9:57 pm |
| Gee Veign... you don't have to do *all* the work for him ;-)
Doug.
"Veign" <NOSPAMinveign@veign.com> wrote in message news:eu2pDVYqFHA.2956@TK2MSFTNGP12.phx.gbl...
> These are the required references for a project (in this order):
> Visual Basic for Applications (msvbvm60.dll)
> Visual Basic runtime objects and procedures (msvbvm60.dll\3)
> Visual Basic object and procedures (vb6.dll)
> OLE Automation (stdole.tlb)
>
> --
> Chris Hanscom - Microsoft MVP (VB)
> Veign's Resource Center
> http://www.veign.com/vrc_main.asp
> --
>
>
> "Ashish Piya" <AshishPiya@discussions.microsoft.com> wrote in message
> news:57809DC8-B0DD-4804-B762-6ECEF2621648@microsoft.com...
> format/string/or
> stuff
>
>
|
|
|
|