Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 37
Default Date Doubleclick Event

Hi, I currently have a date in a cell. I'd like to be able to doubleclick it
and it let me change the date. As I'd be away from the keyboard I'd like it
to give me a drop down list of the next 7 days to choose from.

Is this possible?

Thanks in advance!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Date Doubleclick Event

You could try this.

In M1, add =TODAY()
in M2, =M1+1
Copy M1 down to M7

In you cell add data validation, DataValidation, and set allow type to
List, and in the Source use =M1:M7.

Not double-click, but the cell will have a drop-down that you can click to
expose the list.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"PG Oriel" wrote in message
...
Hi, I currently have a date in a cell. I'd like to be able to doubleclick

it
and it let me change the date. As I'd be away from the keyboard I'd like

it
to give me a drop down list of the next 7 days to choose from.

Is this possible?

Thanks in advance!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 37
Default Date Doubleclick Event

Spot on... thanks!

"Bob Phillips" wrote:

You could try this.

In M1, add =TODAY()
in M2, =M1+1
Copy M1 down to M7

In you cell add data validation, DataValidation, and set allow type to
List, and in the Source use =M1:M7.

Not double-click, but the cell will have a drop-down that you can click to
expose the list.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"PG Oriel" wrote in message
...
Hi, I currently have a date in a cell. I'd like to be able to doubleclick

it
and it let me change the date. As I'd be away from the keyboard I'd like

it
to give me a drop down list of the next 7 days to choose from.

Is this possible?

Thanks in advance!




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 to use selectionchange instead of doubleclick event? ghost Excel Discussion (Misc queries) 0 December 24th 08 05:00 AM
ON.DOUBLECLICK function C Brandt Excel Discussion (Misc queries) 8 May 20th 07 12:27 AM
doubleclick PH NEWS Excel Worksheet Functions 1 March 10th 06 11:54 AM
Disable Doubleclick Brandon[_5_] Excel Programming 7 January 4th 04 05:27 AM
Before DoubleClick John Pierce Excel Programming 1 October 28th 03 01:47 PM


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