Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Drop Down Calendar in Excel with a Default Value

Hi All,

I'm using the drop down calendar function in vba and I want when you open my document there to be no date showing for that drop down field because it's not something that will always be used. I can't seem to figure out how to make that work.

Thanks,
Jes
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Drop Down Calendar in Excel with a Default Value

On Tuesday, June 4, 2013 7:32:42 PM UTC-7, Jes Waddell wrote:
Hi All,



I'm using the drop down calendar function in vba and I want when you open my document there to be no date showing for that drop down field because it's not something that will always be used. I can't seem to figure out how to make that work.



Thanks,

Jes


Try this in the ThisWorkBook module, change H1 to your dropdown cell.

Option Explicit

Private Sub Workbook_Open()
Range("H1").ClearContents
End Sub

Regards,
Howard
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 add a drop-down calendar in excel? MrsMac2000 Excel Worksheet Functions 1 April 5th 06 11:29 AM
How can I set up a drop down box with a calendar in Excel? Peter Newman[_2_] Excel Programming 2 December 5th 05 05:45 PM
how do I add a calendar function to excel as a drop down? Dennis Excel Worksheet Functions 1 May 26th 05 07:13 PM
How do you create a calendar drop down in excel? Calendar drop down box in excel Excel Programming 8 April 28th 05 07:42 PM
How do you create a calendar drop down in excel? Create a calendar drop down box Excel Discussion (Misc queries) 1 April 28th 05 04:00 PM


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