PC Review


Reply
Thread Tools Rate Thread

AUTO FILL CELL WITH DATE & TIME OF DAY AM/PM

 
 
=?Utf-8?B?SktMT05FRUFHTEU=?=
Guest
Posts: n/a
 
      6th Oct 2006
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 With Quote
 
 
 
 
Tom Ogilvy
Guest
Posts: n/a
 
      6th Oct 2006
Use the worksheet Change event

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

sample code here:

http://tinyurl.com/kbtv4

--
Regards,
Tom Ogilvy




"JKLONEEAGLE" <(E-Mail Removed)> wrote in message
news:0E16EDC2-34DA-44BC-A5B2-(E-Mail Removed)...
> 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 With Quote
 
=?Utf-8?B?SktMT05FRUFHTEU=?=
Guest
Posts: n/a
 
      7th Oct 2006
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 here:
>
> http://tinyurl.com/kbtv4
>
> --
> Regards,
> Tom Ogilvy
>
>
>
>
> "JKLONEEAGLE" <(E-Mail Removed)> wrote in message
> news:0E16EDC2-34DA-44BC-A5B2-(E-Mail Removed)...
> > 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 With Quote
 
Tom Ogilvy
Guest
Posts: n/a
 
      7th Oct 2006
> 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" <(E-Mail Removed)> wrote in message
news:185F293D-9C69-40EA-A2E6-(E-Mail Removed)...
> 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 here:
>>
>> http://tinyurl.com/kbtv4
>>
>> --
>> Regards,
>> Tom Ogilvy
>>
>>
>>
>>
>> "JKLONEEAGLE" <(E-Mail Removed)> wrote in message
>> news:0E16EDC2-34DA-44BC-A5B2-(E-Mail Removed)...
>> > 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 With Quote
 
=?Utf-8?B?SktMT05FRUFHTEU=?=
Guest
Posts: n/a
 
      7th Oct 2006
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" <(E-Mail Removed)> wrote in message
> news:185F293D-9C69-40EA-A2E6-(E-Mail Removed)...
> > 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 here:
> >>
> >> http://tinyurl.com/kbtv4
> >>
> >> --
> >> Regards,
> >> Tom Ogilvy
> >>
> >>
> >>
> >>
> >> "JKLONEEAGLE" <(E-Mail Removed)> wrote in message
> >> news:0E16EDC2-34DA-44BC-A5B2-(E-Mail Removed)...
> >> > 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make excel auto fill in date and current time alice@fearofdolls.com Microsoft Excel Misc 4 31st Oct 2006 06:59 PM
Grid Auto fill columns, annoying unformatted date/time Edwin Knoppert Microsoft ASP .NET 2 16th Nov 2005 02:43 PM
Auto Date/Time when click on cell MAGICofSeth Microsoft Excel Programming 3 17th May 2004 02:36 AM
auto fill cell -2 Weeks from a static entered Date. dsmith7265 Microsoft Excel Worksheet Functions 2 6th May 2004 10:43 PM
Auto Date Fill without having to activate cell again jr Microsoft Excel Misc 0 22nd Aug 2003 05:05 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:00 PM.