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

I'm building a form to allow users to sort and chart data. One of the
functions I'm trying to incorporate is to allow the user to get data from a
certain date. So when the user clicks in a text box a calendar will appear
(<- that part works) after the user selects a date, i would like to display
the date in the textbox (<-that part doesn't) any suggestions?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Calendar Function

Where does the Calendar date appear ?
Private Sub Calendar1_Click()
UserForm2.TextBox4.Value = Calendar1.Value ' <=== Modify to target the
required Textbox
With Calendar
Unload Me
End With
End Sub



"Brad" wrote in message
...
I'm building a form to allow users to sort and chart data. One of the
functions I'm trying to incorporate is to allow the user to get data from
a
certain date. So when the user clicks in a text box a calendar will appear
(<- that part works) after the user selects a date, i would like to
display
the date in the textbox (<-that part doesn't) any suggestions?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 846
Default Calendar Function

that works. thx

"corey" wrote:

Where does the Calendar date appear ?
Private Sub Calendar1_Click()
UserForm2.TextBox4.Value = Calendar1.Value ' <=== Modify to target the
required Textbox
With Calendar
Unload Me
End With
End Sub



"Brad" wrote in message
...
I'm building a form to allow users to sort and chart data. One of the
functions I'm trying to incorporate is to allow the user to get data from
a
certain date. So when the user clicks in a text box a calendar will appear
(<- that part works) after the user selects a date, i would like to
display
the date in the textbox (<-that part doesn't) any suggestions?




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 function The Fool on the Hill Excel Discussion (Misc queries) 6 September 22nd 06 11:52 PM
360 day calendar function Lemor Excel Worksheet Functions 2 August 3rd 06 01:39 AM
Help Using Calendar Function Dawn Excel Discussion (Misc queries) 4 April 1st 06 04:09 PM
Calendar (Excel Function or VBA) Craig[_21_] Excel Programming 1 December 20th 05 06:05 AM
Calendar date function John Excel Discussion (Misc queries) 1 January 7th 05 06:08 PM


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