Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Missing Objects in Excel VBA

While running Excel 97 SR-2b, the object "Date" seems to dissapear from the
VBA references. It is access correctly until my Excel template is loaded.
Then the "Date" object is no longer found. I have reloaded Excel several
times. I even loaded another copy of Excel just to see if it would work.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Missing Objects in Excel VBA

Maybe related to a missing reference in your template, in VBE see Tools
References and uncheck any marked missing. You may need to replace with
similar avaiable in your system or for your version of Excel.

Without solving the real problem but as a workaround try:
MsgBox VBA.DateTime.Date

If you're also missing string functions try:
MsgBox VBA.Strings.Left("Hello",1)

Regards,
Peter

"Lawrence A Murdock" <Lawrence A wrote in
message ...
While running Excel 97 SR-2b, the object "Date" seems to dissapear from

the
VBA references. It is access correctly until my Excel template is loaded.
Then the "Date" object is no longer found. I have reloaded Excel several
times. I even loaded another copy of Excel just to see if it would work.



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
missing chart objects in print preview (excel) advantedge Charts and Charting in Excel 3 May 7th 09 07:14 PM
objects missing in exixting worksheets Frank Excel Discussion (Misc queries) 0 March 10th 05 08:25 PM
Unable to remove Sheet objects in the Microsoft Excel Objects Adrian[_7_] Excel Programming 1 August 26th 04 10:49 PM
Missing: Microsoft ActiveX Data Objects Recordset 2.7 Library Debi[_2_] Excel Programming 2 March 4th 04 06:37 PM
Objects in VBA and Excel Stephen Bianchi Excel Programming 2 September 1st 03 07:36 PM


All times are GMT +1. The time now is 06:56 AM.

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"