Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Date and time entry

Is it possible to work with Chip's two procedures at below address
http://www.cpearson.com/excel/DateTimeEntry.htm
so that dates are entered in A1:A10 and times are entered in B1:B10?

Hans Knudsen


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 923
Default Date and time entry

Change the relevant part of the code to the range required defined in the
following line of code...........

If Application.Intersect(Target, Range("A1:A10")) Is Nothing Then

For the Date leave it as "A1:A10" for the Time change this to "B1:B10"

You can use this for any other range by simply changing these values.


--
Cheers
Nigel



"Hans Knudsen" wrote in message
...
Is it possible to work with Chip's two procedures at below address
http://www.cpearson.com/excel/DateTimeEntry.htm
so that dates are entered in A1:A10 and times are entered in B1:B10?

Hans Knudsen




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
Time entry auto changes to date and then time ? Carol @ Prison[_2_] Excel Worksheet Functions 1 November 25th 09 10:01 PM
Automate date & time entry Cheeris Excel Worksheet Functions 1 August 18th 09 10:47 PM
Time and Date Entry Shortcuts? Tammy Excel Worksheet Functions 5 January 4th 08 05:27 AM
Freezing Date/Time after data entry. Shadyhosta New Users to Excel 2 January 31st 07 06:24 AM
Data Entry date/time? FARAZ QURESHI Excel Discussion (Misc queries) 3 January 1st 07 09:55 PM


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