Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 137
Default Cant find project or library

whats wrong with this code:

For Each c In Me.Controls
If TypeOf c Is msforms.TextBox Then c.Text = ""
If TypeOf c Is msforms.ComboBox Then c.Text = ""
Next

... was working fine but now gives the above error message on execution.

Appreciate all help.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Cant find project or library


Try this:

Go to menu: Tools- Macro- Visual Basic Editor
(or use shortcut key: ALT+F11)

In your editor now go to menu: Tools- References...
Upon clicking 'References...' , References - MenuToolbar box wil
pop-up.

In Available references, uncheck those all boxes which names star
with
'Missing' and click button OK.

Try running your macro again and see whether helps.

Cheers
ilyaskaz

--
ilyaskaz
-----------------------------------------------------------------------
ilyaskazi's Profile: http://www.excelforum.com/member.php...fo&userid=2396
View this thread: http://www.excelforum.com/showthread.php?threadid=56508

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 or library AnnapolisStar Excel Worksheet Functions 1 June 15th 07 04:02 PM
cant find project or library pcor New Users to Excel 2 January 5th 07 03:52 AM
cannot find project or library glyn Excel Programming 1 March 23rd 06 04:31 PM
cant find project or library Rog[_3_] Excel Programming 4 December 16th 04 12:26 PM
Cant find project or library Swift2003[_3_] Excel Programming 1 April 14th 04 10:20 PM


All times are GMT +1. The time now is 02:12 AM.

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

About Us

"It's about Microsoft Excel"