Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default AUTO FILL CELL WITH DATE & TIME OF DAY AM/PM

HELP.
I WANT THE CELLS IN COLUMN "A1 THRU A34" TO BE AUTOMATICALLY FILLED IN WITH
THE DAYS DATE & CURRENT TIME A.M./P.M. WHEN I POPULATE AN OPPOSING CELL IN
COLUMN "B1 THRU B34" AND I DO NOT WANT THE TIME & DATE TO CHANGE WHEN I
REOPEN THE SPREADSHEET. I ALSO WANT THE TIME OF DAY IN COLUMN "C1 THRU C34 TO
BE SUBSTRACTED FROM THE TIME OF DAY SHOWN IN COLUMN "D1 THRU D34. IS THIS
POSSIBLE IN EXCEL AND HOW WOULD THIS BE DONE. YOUR HELP WILL BE VERY MUCH
APPRECIATED. HELP!!!!!!! THANK YOU. REGARDS, JKLONEEAGLE
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default AUTO FILL CELL WITH DATE & TIME OF DAY AM/PM

Use the worksheet Change event

See Chip Pearson's page on Events
http://www.cpearson.com/excel/Events.htm

sample code he

http://tinyurl.com/kbtv4

--
Regards,
Tom Ogilvy




"JKLONEEAGLE" wrote in message
...
HELP.
I WANT THE CELLS IN COLUMN "A1 THRU A34" TO BE AUTOMATICALLY FILLED IN
WITH
THE DAYS DATE & CURRENT TIME A.M./P.M. WHEN I POPULATE AN OPPOSING CELL
IN
COLUMN "B1 THRU B34" AND I DO NOT WANT THE TIME & DATE TO CHANGE WHEN I
REOPEN THE SPREADSHEET. I ALSO WANT THE TIME OF DAY IN COLUMN "C1 THRU C34
TO
BE SUBSTRACTED FROM THE TIME OF DAY SHOWN IN COLUMN "D1 THRU D34. IS THIS
POSSIBLE IN EXCEL AND HOW WOULD THIS BE DONE. YOUR HELP WILL BE VERY MUCH
APPRECIATED. HELP!!!!!!! THANK YOU. REGARDS, JKLONEEAGLE



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default AUTO FILL CELL WITH DATE & TIME OF DAY AM/PM

Thanks Tom for responding to my problem and what you have given me is very
intresting information which I will study. My problem is I am not a
programmer I am definatelly a user that is in over his head doing this sort
of thing and I was hoping to find a macro or formula that would solve my
problem. Thanks for your help.

"Tom Ogilvy" wrote:

Use the worksheet Change event

See Chip Pearson's page on Events
http://www.cpearson.com/excel/Events.htm

sample code he

http://tinyurl.com/kbtv4

--
Regards,
Tom Ogilvy




"JKLONEEAGLE" wrote in message
...
HELP.
I WANT THE CELLS IN COLUMN "A1 THRU A34" TO BE AUTOMATICALLY FILLED IN
WITH
THE DAYS DATE & CURRENT TIME A.M./P.M. WHEN I POPULATE AN OPPOSING CELL
IN
COLUMN "B1 THRU B34" AND I DO NOT WANT THE TIME & DATE TO CHANGE WHEN I
REOPEN THE SPREADSHEET. I ALSO WANT THE TIME OF DAY IN COLUMN "C1 THRU C34
TO
BE SUBSTRACTED FROM THE TIME OF DAY SHOWN IN COLUMN "D1 THRU D34. IS THIS
POSSIBLE IN EXCEL AND HOW WOULD THIS BE DONE. YOUR HELP WILL BE VERY MUCH
APPRECIATED. HELP!!!!!!! THANK YOU. REGARDS, JKLONEEAGLE




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default AUTO FILL CELL WITH DATE & TIME OF DAY AM/PM

I was hoping to find a macro or formula that would solve my
problem


many of the answers to the questions in the second URL do just what you
ask - so you have found a macro.

Just adjust them for your particular problem.

--
Regards,
Tom Ogilvy

"JKLONEEAGLE" wrote in message
...
Thanks Tom for responding to my problem and what you have given me is very
intresting information which I will study. My problem is I am not a
programmer I am definatelly a user that is in over his head doing this
sort
of thing and I was hoping to find a macro or formula that would solve my
problem. Thanks for your help.

"Tom Ogilvy" wrote:

Use the worksheet Change event

See Chip Pearson's page on Events
http://www.cpearson.com/excel/Events.htm

sample code he

http://tinyurl.com/kbtv4

--
Regards,
Tom Ogilvy




"JKLONEEAGLE" wrote in message
...
HELP.
I WANT THE CELLS IN COLUMN "A1 THRU A34" TO BE AUTOMATICALLY FILLED IN
WITH
THE DAYS DATE & CURRENT TIME A.M./P.M. WHEN I POPULATE AN OPPOSING
CELL
IN
COLUMN "B1 THRU B34" AND I DO NOT WANT THE TIME & DATE TO CHANGE WHEN I
REOPEN THE SPREADSHEET. I ALSO WANT THE TIME OF DAY IN COLUMN "C1 THRU
C34
TO
BE SUBSTRACTED FROM THE TIME OF DAY SHOWN IN COLUMN "D1 THRU D34. IS
THIS
POSSIBLE IN EXCEL AND HOW WOULD THIS BE DONE. YOUR HELP WILL BE VERY
MUCH
APPRECIATED. HELP!!!!!!! THANK YOU. REGARDS, JKLONEEAGLE






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default AUTO FILL CELL WITH DATE & TIME OF DAY AM/PM

Your right Tom, I have been looking at them and making the adjustments.
Thanks a Million for your help.

"Tom Ogilvy" wrote:

I was hoping to find a macro or formula that would solve my
problem


many of the answers to the questions in the second URL do just what you
ask - so you have found a macro.

Just adjust them for your particular problem.

--
Regards,
Tom Ogilvy

"JKLONEEAGLE" wrote in message
...
Thanks Tom for responding to my problem and what you have given me is very
intresting information which I will study. My problem is I am not a
programmer I am definatelly a user that is in over his head doing this
sort
of thing and I was hoping to find a macro or formula that would solve my
problem. Thanks for your help.

"Tom Ogilvy" wrote:

Use the worksheet Change event

See Chip Pearson's page on Events
http://www.cpearson.com/excel/Events.htm

sample code he

http://tinyurl.com/kbtv4

--
Regards,
Tom Ogilvy




"JKLONEEAGLE" wrote in message
...
HELP.
I WANT THE CELLS IN COLUMN "A1 THRU A34" TO BE AUTOMATICALLY FILLED IN
WITH
THE DAYS DATE & CURRENT TIME A.M./P.M. WHEN I POPULATE AN OPPOSING
CELL
IN
COLUMN "B1 THRU B34" AND I DO NOT WANT THE TIME & DATE TO CHANGE WHEN I
REOPEN THE SPREADSHEET. I ALSO WANT THE TIME OF DAY IN COLUMN "C1 THRU
C34
TO
BE SUBSTRACTED FROM THE TIME OF DAY SHOWN IN COLUMN "D1 THRU D34. IS
THIS
POSSIBLE IN EXCEL AND HOW WOULD THIS BE DONE. YOUR HELP WILL BE VERY
MUCH
APPRECIATED. HELP!!!!!!! THANK YOU. REGARDS, JKLONEEAGLE






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 make excel auto fill in date and current time [email protected] Excel Discussion (Misc queries) 6 April 3rd 23 04:25 PM
auto fill current time glaw Excel Discussion (Misc queries) 5 October 1st 08 09:35 PM
Auto insert Date & Time when another cell is populated Trixie Excel Discussion (Misc queries) 1 October 2nd 06 03:59 AM
Auto date/time insert when data entered into an adjacent cell Auto date/time Excel Worksheet Functions 1 July 9th 05 12:10 AM
Auto Date/Time when click on cell MAGICofSeth Excel Programming 3 May 17th 04 02:36 AM


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