Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Calendar code error.

Hi,

I'm working on a user form and it works great on hlaf the pc's in the
office, but not on others.

We are getting different Error Messages on Different PC's.
The Version of Excel we are using is 2000 SP3 Standard Corp Edition.

Some Error's are : All on Microsoft Visual Basic.

Compilation Error : Method or data member not found.
Compilation Error : Project or Library not Found.
Compilation Error : Thisworkbook

and for some :

Microsoft Forms -
Could not Load Some Objects because they are not available on this Machine

The code I'm using is

Private Sub DateArrived_CallbackKeyDown(ByVal KeyCode As Integer, ByVal
Shift As Integer, ByVal CallbackField As String, CallbackDate As Date)

End Sub

If you can help, you'll save me a lot of head scratching
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default Calendar code error.

On the affected machines hav eyou looked in the VBE - Tools - References to
see if there are any missing references?
--
HTH...

Jim Thomlinson


"Stringhaussen" wrote:

Hi,

I'm working on a user form and it works great on hlaf the pc's in the
office, but not on others.

We are getting different Error Messages on Different PC's.
The Version of Excel we are using is 2000 SP3 Standard Corp Edition.

Some Error's are : All on Microsoft Visual Basic.

Compilation Error : Method or data member not found.
Compilation Error : Project or Library not Found.
Compilation Error : Thisworkbook

and for some :

Microsoft Forms -
Could not Load Some Objects because they are not available on this Machine

The code I'm using is

Private Sub DateArrived_CallbackKeyDown(ByVal KeyCode As Integer, ByVal
Shift As Integer, ByVal CallbackField As String, CallbackDate As Date)

End Sub

If you can help, you'll save me a lot of head scratching

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Calendar code error.

Note from my Calendar page

Excel 97-2007
It is possible you don't see it in the list, because it is installed with Access.
So if you don't have that program installed you possible don't have the control.
You can download the control if you don't have it (See link on the bottom of this page).

This is the page
http://www.rondebruin.nl/calendar.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Stringhaussen" wrote in message
...
Hi,

I'm working on a user form and it works great on hlaf the pc's in the
office, but not on others.

We are getting different Error Messages on Different PC's.
The Version of Excel we are using is 2000 SP3 Standard Corp Edition.

Some Error's are : All on Microsoft Visual Basic.

Compilation Error : Method or data member not found.
Compilation Error : Project or Library not Found.
Compilation Error : Thisworkbook

and for some :

Microsoft Forms -
Could not Load Some Objects because they are not available on this Machine

The code I'm using is

Private Sub DateArrived_CallbackKeyDown(ByVal KeyCode As Integer, ByVal
Shift As Integer, ByVal CallbackField As String, CallbackDate As Date)

End Sub

If you can help, you'll save me a lot of head scratching


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Calendar code error.

Hi Jim,

Thanks for replying, we checked all the references matched but still the
errors appeared.

Stringhaussen

"Jim Thomlinson" wrote:

On the affected machines hav eyou looked in the VBE - Tools - References to
see if there are any missing references?
--
HTH...

Jim Thomlinson


"Stringhaussen" wrote:

Hi,

I'm working on a user form and it works great on hlaf the pc's in the
office, but not on others.

We are getting different Error Messages on Different PC's.
The Version of Excel we are using is 2000 SP3 Standard Corp Edition.

Some Error's are : All on Microsoft Visual Basic.

Compilation Error : Method or data member not found.
Compilation Error : Project or Library not Found.
Compilation Error : Thisworkbook

and for some :

Microsoft Forms -
Could not Load Some Objects because they are not available on this Machine

The code I'm using is

Private Sub DateArrived_CallbackKeyDown(ByVal KeyCode As Integer, ByVal
Shift As Integer, ByVal CallbackField As String, CallbackDate As Date)

End Sub

If you can help, you'll save me a lot of head scratching

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Calendar code error.

Hi,

Thanks for getting back to me. I tried that file as I found it on another
post of yours. Still the problem remains. I've also tried it on a pc with
access installed and it didn't work there too, yet it works fine on about 50%
of the pc's in the office.

Stringhaussen

"Ron de Bruin" wrote:

Note from my Calendar page

Excel 97-2007
It is possible you don't see it in the list, because it is installed with Access.
So if you don't have that program installed you possible don't have the control.
You can download the control if you don't have it (See link on the bottom of this page).

This is the page
http://www.rondebruin.nl/calendar.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Stringhaussen" wrote in message
...
Hi,

I'm working on a user form and it works great on hlaf the pc's in the
office, but not on others.

We are getting different Error Messages on Different PC's.
The Version of Excel we are using is 2000 SP3 Standard Corp Edition.

Some Error's are : All on Microsoft Visual Basic.

Compilation Error : Method or data member not found.
Compilation Error : Project or Library not Found.
Compilation Error : Thisworkbook

and for some :

Microsoft Forms -
Could not Load Some Objects because they are not available on this Machine

The code I'm using is

Private Sub DateArrived_CallbackKeyDown(ByVal KeyCode As Integer, ByVal
Shift As Integer, ByVal CallbackField As String, CallbackDate As Date)

End Sub

If you can help, you'll save me a lot of head scratching





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Calendar code error.

Hi Ron,

Just to add, when I added this patch onto the pc's I found that the date
picker dissappreared. The code remained, the were just no longer visable on
the form.

"Ron de Bruin" wrote:

Note from my Calendar page

Excel 97-2007
It is possible you don't see it in the list, because it is installed with Access.
So if you don't have that program installed you possible don't have the control.
You can download the control if you don't have it (See link on the bottom of this page).

This is the page
http://www.rondebruin.nl/calendar.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Stringhaussen" wrote in message
...
Hi,

I'm working on a user form and it works great on hlaf the pc's in the
office, but not on others.

We are getting different Error Messages on Different PC's.
The Version of Excel we are using is 2000 SP3 Standard Corp Edition.

Some Error's are : All on Microsoft Visual Basic.

Compilation Error : Method or data member not found.
Compilation Error : Project or Library not Found.
Compilation Error : Thisworkbook

and for some :

Microsoft Forms -
Could not Load Some Objects because they are not available on this Machine

The code I'm using is

Private Sub DateArrived_CallbackKeyDown(ByVal KeyCode As Integer, ByVal
Shift As Integer, ByVal CallbackField As String, CallbackDate As Date)

End Sub

If you can help, you'll save me a lot of head scratching



  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Calendar code error.

You use a Date picker I see now ?

Or a Calendar ?




--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Stringhaussen" wrote in message
...
Hi Ron,

Just to add, when I added this patch onto the pc's I found that the date
picker dissappreared. The code remained, the were just no longer visable on
the form.

"Ron de Bruin" wrote:

Note from my Calendar page

Excel 97-2007
It is possible you don't see it in the list, because it is installed with Access.
So if you don't have that program installed you possible don't have the control.
You can download the control if you don't have it (See link on the bottom of this page).

This is the page
http://www.rondebruin.nl/calendar.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Stringhaussen" wrote in message
...
Hi,

I'm working on a user form and it works great on hlaf the pc's in the
office, but not on others.

We are getting different Error Messages on Different PC's.
The Version of Excel we are using is 2000 SP3 Standard Corp Edition.

Some Error's are : All on Microsoft Visual Basic.

Compilation Error : Method or data member not found.
Compilation Error : Project or Library not Found.
Compilation Error : Thisworkbook

and for some :

Microsoft Forms -
Could not Load Some Objects because they are not available on this Machine

The code I'm using is

Private Sub DateArrived_CallbackKeyDown(ByVal KeyCode As Integer, ByVal
Shift As Integer, ByVal CallbackField As String, CallbackDate As Date)

End Sub

If you can help, you'll save me a lot of head scratching




  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Calendar code error.

Hi Ron,

I use a date picker. It's all sorted now I just added the mscomct2.ocx
control to each PC and it worked.

Thanks for you help.

Stringhaussen

"Ron de Bruin" wrote:

You use a Date picker I see now ?

Or a Calendar ?




--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Stringhaussen" wrote in message
...
Hi Ron,

Just to add, when I added this patch onto the pc's I found that the date
picker dissappreared. The code remained, the were just no longer visable on
the form.

"Ron de Bruin" wrote:

Note from my Calendar page

Excel 97-2007
It is possible you don't see it in the list, because it is installed with Access.
So if you don't have that program installed you possible don't have the control.
You can download the control if you don't have it (See link on the bottom of this page).

This is the page
http://www.rondebruin.nl/calendar.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Stringhaussen" wrote in message
...
Hi,

I'm working on a user form and it works great on hlaf the pc's in the
office, but not on others.

We are getting different Error Messages on Different PC's.
The Version of Excel we are using is 2000 SP3 Standard Corp Edition.

Some Error's are : All on Microsoft Visual Basic.

Compilation Error : Method or data member not found.
Compilation Error : Project or Library not Found.
Compilation Error : Thisworkbook

and for some :

Microsoft Forms -
Could not Load Some Objects because they are not available on this Machine

The code I'm using is

Private Sub DateArrived_CallbackKeyDown(ByVal KeyCode As Integer, ByVal
Shift As Integer, ByVal CallbackField As String, CallbackDate As Date)

End Sub

If you can help, you'll save me a lot of head scratching




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
Error in Calendar tool - Compile Error Steen Excel Programming 1 January 14th 08 06:03 PM
Pop Up Excel Calendar VBA CODE Pete[_32_] Excel Programming 7 July 16th 07 05:47 AM
Pop up Calendar error Klee Excel Worksheet Functions 6 May 31st 07 08:56 PM
Calendar code not working RobN[_3_] Excel Discussion (Misc queries) 9 May 17th 07 04:48 AM
VBA error with calendar na Excel Programming 0 November 3rd 04 09:44 PM


All times are GMT +1. The time now is 10:32 PM.

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"