Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Can't find project or library (Mid Function)

VBA in Excel 2003 isn't recognizing the Mid function, and UCase functions. I
have tried adding every library that looks like it would include these
functions but have not located the right one.

Does anyone know the right library to add so that these functions will work
again?

(When this was originally written, VS 6.0 was installed on the computer, now
VS.Net 2003 is on the computers.)

Thanks for any help.
John
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Can't find project or library (Mid Function)

Open your workbook, go to the VBE, select your project that is causing the
trouble.

Tools|References
Look for MISSING

A missing reference can give this kind of error. You'll have to decide if you
need to remove that reference or replace it.

John Viall wrote:

VBA in Excel 2003 isn't recognizing the Mid function, and UCase functions. I
have tried adding every library that looks like it would include these
functions but have not located the right one.

Does anyone know the right library to add so that these functions will work
again?

(When this was originally written, VS 6.0 was installed on the computer, now
VS.Net 2003 is on the computers.)

Thanks for any help.
John


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Can't find project or library (Mid Function)

This symptom, unable to find the VBA Strings library, is highly indicative
of a missing reference. Look under Tools References for anything marked
MISSING.

As a temporary workaround you can probably get your Mid function to work by
fully qualifying. But best to get to the route of the problem.

Regards,
Peter T


VBA.Strings.Mid(etc
"John Viall" wrote in message
...
VBA in Excel 2003 isn't recognizing the Mid function, and UCase functions.

I
have tried adding every library that looks like it would include these
functions but have not located the right one.

Does anyone know the right library to add so that these functions will

work
again?

(When this was originally written, VS 6.0 was installed on the computer,

now
VS.Net 2003 is on the computers.)

Thanks for any help.
John



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Can't find project or library (Mid Function)

That's odd, no idea how "VBA.Strings.Mid(etc" got tacked to the end of the
post. I'm sure I wrote it as the next line after "....by fully qualifying".

Peter T

"Peter T" <peter_t@discussions wrote in message
...
This symptom, unable to find the VBA Strings library, is highly indicative
of a missing reference. Look under Tools References for anything marked
MISSING.

As a temporary workaround you can probably get your Mid function to work

by
fully qualifying. But best to get to the route of the problem.

Regards,
Peter T


VBA.Strings.Mid(etc
"John Viall" wrote in message
...
VBA in Excel 2003 isn't recognizing the Mid function, and UCase

functions.
I
have tried adding every library that looks like it would include these
functions but have not located the right one.

Does anyone know the right library to add so that these functions will

work
again?

(When this was originally written, VS 6.0 was installed on the computer,

now
VS.Net 2003 is on the computers.)

Thanks for any help.
John





  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Can't find project or library (Mid Function)

Thanks, I was trying to add libraries, after I removed them life was good.

John

"Peter T" wrote:

This symptom, unable to find the VBA Strings library, is highly indicative
of a missing reference. Look under Tools References for anything marked
MISSING.

As a temporary workaround you can probably get your Mid function to work by
fully qualifying. But best to get to the route of the problem.

Regards,
Peter T


VBA.Strings.Mid(etc
"John Viall" wrote in message
...
VBA in Excel 2003 isn't recognizing the Mid function, and UCase functions.

I
have tried adding every library that looks like it would include these
functions but have not located the right one.

Does anyone know the right library to add so that these functions will

work
again?

(When this was originally written, VS 6.0 was installed on the computer,

now
VS.Net 2003 is on the computers.)

Thanks for any help.
John




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't find project of library MG Excel Discussion (Misc queries) 3 May 19th 08 12:06 AM
Can't find project or library NickHK Excel Programming 0 December 20th 06 05:40 AM
Can't find project or library Tyrone Excel Programming 0 December 19th 06 02:57 AM
Can't find project or library salut Excel Programming 1 March 22nd 06 10:10 PM
Can't find project or library Roy[_5_] Excel Programming 2 February 22nd 04 03:48 PM


All times are GMT +1. The time now is 09:35 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"