Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default how to insert pop up calendar in Excel 2003

I am working in an Excel 2003 worksheet and need to insert pop-up calendars
(for selecting and inserting start and end dates). I have no VBE experience.

Various downloadedVBE Instructions seem simple enough (albeit many-stepped)
and no instructions have been specifically for Excel 2003. All my calendars
fail, then ask if I want to debug, then highlight the line frmCalendar.Show
in the screen that reads:
Option Explicit
frmCalendar.Show
End Sub.

Can anyone give me instructions that work?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 709
Default how to insert pop up calendar in Excel 2003

sboyd, have a look here

http://www.rondebruin.nl/calendar.htm

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"sboyd" wrote in message
...
I am working in an Excel 2003 worksheet and need to insert pop-up calendars
(for selecting and inserting start and end dates). I have no VBE
experience.

Various downloadedVBE Instructions seem simple enough (albeit
many-stepped)
and no instructions have been specifically for Excel 2003. All my
calendars
fail, then ask if I want to debug, then highlight the line
frmCalendar.Show
in the screen that reads:
Option Explicit
frmCalendar.Show
End Sub.

Can anyone give me instructions that work?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default how to insert pop up calendar in Excel 2003

Hi,

If your putting the Calendar on the spreadsheet then this recorded macro
should work

ActiveSheet.OLEObjects.Add(ClassType:="MSCAL.Calen dar", Link:=False, _
DisplayAsIcon:=False).Select
paste to a module.

If you want a Calnedar on a userform. Then you need to create a userform and
the Right click on the Toolsbox scrol down and select calendar control 9
select it and a icon will be on the Toolsbox. Click it and click on the
userform. The Calendar will be displayed on the userform. Now you can put
this in a module:

Sub mycalendr()
UserForm1.Show
End Sub
This will display the userform with the Calendar.

Charles

"sboyd" wrote in message
...
I am working in an Excel 2003 worksheet and need to insert pop-up calendars
(for selecting and inserting start and end dates). I have no VBE
experience.

Various downloadedVBE Instructions seem simple enough (albeit
many-stepped)
and no instructions have been specifically for Excel 2003. All my
calendars
fail, then ask if I want to debug, then highlight the line
frmCalendar.Show
in the screen that reads:
Option Explicit
frmCalendar.Show
End Sub.

Can anyone give me instructions that 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
How do i insert an interactive calendar in an excel form Maria[_3_] Setting up and Configuration of Excel 2 April 26th 09 01:54 PM
How do I insert a calendar box, in excel? Elna Excel Discussion (Misc queries) 2 April 26th 07 10:06 PM
have a calendar pop up in a cell to pick & insert a date in excel helevansen Excel Worksheet Functions 3 September 29th 05 09:37 PM
Outlook 2003 calendar events into Excel 2003? Kolin Tregaskes Excel Discussion (Misc queries) 4 January 31st 05 07:30 AM
how do you insert a drop down calendar in excel james g Excel Programming 1 December 4th 04 07:36 PM


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