Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tia Tia is offline
external usenet poster
 
Posts: 64
Default pop-up calendar for Excel 97

Is anyone willing to take a look at my excel workbook and tell me what I'm
doing wrong? I've followed the steps at www.fontstuff.com but I'm having no
luck getting the calendar to pop-up when I click on a specific cell.

Thanks,

Tia
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default pop-up calendar for Excel 97

Hi,

I'm sure that if you upload your workbook to the site below and post the
link then someone will help

http://www.savefile.com/

Mike

"Tia" wrote:

Is anyone willing to take a look at my excel workbook and tell me what I'm
doing wrong? I've followed the steps at www.fontstuff.com but I'm having no
luck getting the calendar to pop-up when I click on a specific cell.

Thanks,

Tia

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tia Tia is offline
external usenet poster
 
Posts: 64
Default pop-up calendar for Excel 97

http://www.savefile.com/files/1927672

"Mike H" wrote:

Hi,

I'm sure that if you upload your workbook to the site below and post the
link then someone will help

http://www.savefile.com/

Mike

"Tia" wrote:

Is anyone willing to take a look at my excel workbook and tell me what I'm
doing wrong? I've followed the steps at www.fontstuff.com but I'm having no
luck getting the calendar to pop-up when I click on a specific cell.

Thanks,

Tia

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default pop-up calendar for Excel 97

Hi,

File is fixed here

http://www.savefile.com/files/1927731

I just noticed your using Excel 97 and I only have 2003 so if you can't open
it then post again and I'll post help on how to do it

Mike

"Tia" wrote:

http://www.savefile.com/files/1927672

"Mike H" wrote:

Hi,

I'm sure that if you upload your workbook to the site below and post the
link then someone will help

http://www.savefile.com/

Mike

"Tia" wrote:

Is anyone willing to take a look at my excel workbook and tell me what I'm
doing wrong? I've followed the steps at www.fontstuff.com but I'm having no
luck getting the calendar to pop-up when I click on a specific cell.

Thanks,

Tia

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tia Tia is offline
external usenet poster
 
Posts: 64
Default pop-up calendar for Excel 97


It works, but for some reason the dates on the calendar aren't showing up.


"Mike H" wrote:

Hi,

File is fixed here

http://www.savefile.com/files/1927731

I just noticed your using Excel 97 and I only have 2003 so if you can't open
it then post again and I'll post help on how to do it

Mike

"Tia" wrote:

http://www.savefile.com/files/1927672

"Mike H" wrote:

Hi,

I'm sure that if you upload your workbook to the site below and post the
link then someone will help

http://www.savefile.com/

Mike

"Tia" wrote:

Is anyone willing to take a look at my excel workbook and tell me what I'm
doing wrong? I've followed the steps at www.fontstuff.com but I'm having no
luck getting the calendar to pop-up when I click on a specific cell.

Thanks,

Tia



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default pop-up calendar for Excel 97

Hi,

It's probably because of my later version of excel. Open VB editor and
double click the userform i created and delete the calendar from the userform.

With the userform selected click
View|Toolbox and see if you have a calendar control in the toolbox. If you
have click it and drag a calendar to the same size as the userform. You
should now be OK.

If you haven't got a calendar control click TOOLS-Additional controls and
scroll down until you find

Calendar Control x
X could be any number up to (I think) 12
Check the checkbox then OK and you should now have a calendar control in
your toolbox to put on the userform.

Mike





"Tia" wrote:


It works, but for some reason the dates on the calendar aren't showing up.


"Mike H" wrote:

Hi,

File is fixed here

http://www.savefile.com/files/1927731

I just noticed your using Excel 97 and I only have 2003 so if you can't open
it then post again and I'll post help on how to do it

Mike

"Tia" wrote:

http://www.savefile.com/files/1927672

"Mike H" wrote:

Hi,

I'm sure that if you upload your workbook to the site below and post the
link then someone will help

http://www.savefile.com/

Mike

"Tia" wrote:

Is anyone willing to take a look at my excel workbook and tell me what I'm
doing wrong? I've followed the steps at www.fontstuff.com but I'm having no
luck getting the calendar to pop-up when I click on a specific cell.

Thanks,

Tia

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tia Tia is offline
external usenet poster
 
Posts: 64
Default pop-up calendar for Excel 97

That worked!!! Thanks! Now if I save your file, is a calendar going to
always pop up if I click in one of those cells in a new workbook?

"Mike H" wrote:

Hi,

It's probably because of my later version of excel. Open VB editor and
double click the userform i created and delete the calendar from the userform.

With the userform selected click
View|Toolbox and see if you have a calendar control in the toolbox. If you
have click it and drag a calendar to the same size as the userform. You
should now be OK.

If you haven't got a calendar control click TOOLS-Additional controls and
scroll down until you find

Calendar Control x
X could be any number up to (I think) 12
Check the checkbox then OK and you should now have a calendar control in
your toolbox to put on the userform.

Mike





"Tia" wrote:


It works, but for some reason the dates on the calendar aren't showing up.


"Mike H" wrote:

Hi,

File is fixed here

http://www.savefile.com/files/1927731

I just noticed your using Excel 97 and I only have 2003 so if you can't open
it then post again and I'll post help on how to do it

Mike

"Tia" wrote:

http://www.savefile.com/files/1927672

"Mike H" wrote:

Hi,

I'm sure that if you upload your workbook to the site below and post the
link then someone will help

http://www.savefile.com/

Mike

"Tia" wrote:

Is anyone willing to take a look at my excel workbook and tell me what I'm
doing wrong? I've followed the steps at www.fontstuff.com but I'm having no
luck getting the calendar to pop-up when I click on a specific cell.

Thanks,

Tia

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default pop-up calendar for Excel 97

sTia,

Sadly no. To do that you would need to create the userform in your
Personal.xls at the moment it exist only in that particular workbook.

What you do is go back to vb editor right click the userform in project
explorer and remove the userform and you will be asked whether you want to
exppport it fiirst. Click OK

Then import it in personal.xls

Now insert a module in personal.xls along these lines

Sub RunCal()
frmCalendar.Show
End Sub

and finaly change the code that calls the calendar in your workbook to this


Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Not Intersect(Target, Range("B5, C5, A10, A15, B22, D30")) Is Nothing Then
Application.Run "Personal.xls!RunCal"
End If
End Sub

Mike



"Tia" wrote:

That worked!!! Thanks! Now if I save your file, is a calendar going to
always pop up if I click in one of those cells in a new workbook?

"Mike H" wrote:

Hi,

It's probably because of my later version of excel. Open VB editor and
double click the userform i created and delete the calendar from the userform.

With the userform selected click
View|Toolbox and see if you have a calendar control in the toolbox. If you
have click it and drag a calendar to the same size as the userform. You
should now be OK.

If you haven't got a calendar control click TOOLS-Additional controls and
scroll down until you find

Calendar Control x
X could be any number up to (I think) 12
Check the checkbox then OK and you should now have a calendar control in
your toolbox to put on the userform.

Mike





"Tia" wrote:


It works, but for some reason the dates on the calendar aren't showing up.


"Mike H" wrote:

Hi,

File is fixed here

http://www.savefile.com/files/1927731

I just noticed your using Excel 97 and I only have 2003 so if you can't open
it then post again and I'll post help on how to do it

Mike

"Tia" wrote:

http://www.savefile.com/files/1927672

"Mike H" wrote:

Hi,

I'm sure that if you upload your workbook to the site below and post the
link then someone will help

http://www.savefile.com/

Mike

"Tia" wrote:

Is anyone willing to take a look at my excel workbook and tell me what I'm
doing wrong? I've followed the steps at www.fontstuff.com but I'm having no
luck getting the calendar to pop-up when I click on a specific cell.

Thanks,

Tia

  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tia Tia is offline
external usenet poster
 
Posts: 64
Default pop-up calendar for Excel 97

Hey Mike,

Is there any way to make the calendar close automatically once a date is
selected? Also, I moved the calendar to another workbook but need to know if
I want a calendar to pop-up on different worksheets within that workbook if I
have to put the code in every tab.

Thanks,

"Mike H" wrote:

sTia,

Sadly no. To do that you would need to create the userform in your
Personal.xls at the moment it exist only in that particular workbook.

What you do is go back to vb editor right click the userform in project
explorer and remove the userform and you will be asked whether you want to
exppport it fiirst. Click OK

Then import it in personal.xls

Now insert a module in personal.xls along these lines

Sub RunCal()
frmCalendar.Show
End Sub

and finaly change the code that calls the calendar in your workbook to this


Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Not Intersect(Target, Range("B5, C5, A10, A15, B22, D30")) Is Nothing Then
Application.Run "Personal.xls!RunCal"
End If
End Sub

Mike



"Tia" wrote:

That worked!!! Thanks! Now if I save your file, is a calendar going to
always pop up if I click in one of those cells in a new workbook?

"Mike H" wrote:

Hi,

It's probably because of my later version of excel. Open VB editor and
double click the userform i created and delete the calendar from the userform.

With the userform selected click
View|Toolbox and see if you have a calendar control in the toolbox. If you
have click it and drag a calendar to the same size as the userform. You
should now be OK.

If you haven't got a calendar control click TOOLS-Additional controls and
scroll down until you find

Calendar Control x
X could be any number up to (I think) 12
Check the checkbox then OK and you should now have a calendar control in
your toolbox to put on the userform.

Mike





"Tia" wrote:


It works, but for some reason the dates on the calendar aren't showing up.


"Mike H" wrote:

Hi,

File is fixed here

http://www.savefile.com/files/1927731

I just noticed your using Excel 97 and I only have 2003 so if you can't open
it then post again and I'll post help on how to do it

Mike

"Tia" wrote:

http://www.savefile.com/files/1927672

"Mike H" wrote:

Hi,

I'm sure that if you upload your workbook to the site below and post the
link then someone will help

http://www.savefile.com/

Mike

"Tia" wrote:

Is anyone willing to take a look at my excel workbook and tell me what I'm
doing wrong? I've followed the steps at www.fontstuff.com but I'm having no
luck getting the calendar to pop-up when I click on a specific cell.

Thanks,

Tia

  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default pop-up calendar for Excel 97

On Dec 15, 2:32*pm, Tia wrote:
Hey Mike,

Is there any way to make the calendar close automatically once a date is
selected? *Also, I moved the calendar to another workbook but need to know if
I want a calendar to pop-up on different worksheets within that workbook if I
have to put the code in every tab.

Thanks,



"Mike H" wrote:
sTia,


Sadly no. To do that you would need to create the userform in your
Personal.xls at the moment it exist only in that particular workbook.


What you do is go back to vb editor right click the userform in project
explorer and remove the userform and you will be asked whether you want to
exppport it fiirst. Click OK


Then import it in personal.xls


Now insert a module in personal.xls along these lines


Sub RunCal()
frmCalendar.Show
End Sub


and finaly change the code that calls the calendar in your workbook to this


Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Not Intersect(Target, Range("B5, C5, A10, A15, B22, D30")) Is Nothing Then
* * * * Application.Run "Personal.xls!RunCal"
* * End If
End Sub


Mike


"Tia" wrote:


That worked!!! Thanks! *Now if I save your file, is a calendar going to
always pop up if I click in one of those cells in a new workbook?


"Mike H" wrote:


Hi,


It's probably because of my later version of excel. Open VB editor and
double click the userform i created and delete the calendar from the userform.


With the userform selected click
View|Toolbox and see if you have a calendar control in the toolbox. If you
have click it and drag a calendar to the same size as the userform. You
should now be OK.


If you haven't got a calendar control click TOOLS-Additional controls and
scroll down until you find


Calendar Control x
X could be any number up to (I think) 12
Check the checkbox then OK and you should now have a calendar control in
your toolbox to put on the userform.


Mike


"Tia" wrote:


It works, but for some reason the dates on the calendar aren't showing up.


"Mike H" wrote:


Hi,


File is fixed here


http://www.savefile.com/files/1927731


I just noticed your using Excel 97 and I only have 2003 so if you can't open
it then post again and I'll post help on how to do it


Mike


"Tia" wrote:


http://www.savefile.com/files/1927672


"Mike H" wrote:


Hi,


I'm sure that if you upload your workbook to the site below and post the
link then someone will help


http://www.savefile.com/


Mike


"Tia" wrote:


Is anyone willing to take a look at my excel workbook and tell me what I'm
doing wrong? *I've followed the steps atwww.fontstuff.combut I'm having no
luck getting the calendar to pop-up when I click on a specific cell.


Thanks,


Tia- Hide quoted text -


- Show quoted text -


Excel 97 is quite old. Given theres not much difference between most
Excel versions (till Excel 2007), i still recommend upgrading to a
newer version.
In case you elect to go with a 3rd party application, check out
WinCalendar.com. They have a pop-up Excel Calendar which automates
selection & display of any date.

Best Regards,
Mike Hampton (different Mike than the prior posts, yes what a
coincidence!)
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
Calendar List to Calendar format Kristin Excel Worksheet Functions 3 August 29th 08 12:20 AM
find free sharware to include calendar pop or use calendar in cell ednc Excel Discussion (Misc queries) 2 April 14th 08 05:05 PM
how do i export excel calendar info to outlook calendar? Maggie Excel Discussion (Misc queries) 1 December 31st 07 10:27 PM
excel calendar - list of names displayed on calendar Brian'88 Excel Worksheet Functions 3 November 17th 06 10:31 PM
import calendar items from excel into outlook calendar jsewaiseh Excel Discussion (Misc queries) 0 September 2nd 05 03:53 PM


All times are GMT +1. The time now is 03:47 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"