Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / July 2004

Tip: Looking for answers? Try searching our database.

Excel VBA - Automatic Date

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
jbchrist - 14 Jul 2004 18:23 GMT
I would like to create a function or macro to automatically enter th
date when a number in an adjacent cell is entered.

I am new to VBA and haven't been able to figure this out yet.  An
ideas?  TH

--
Message posted from http://www.ExcelForum.com
Don Guillett - 14 Jul 2004 18:50 GMT
Use this  worksheet change event idea
if isnumberic(target) then target.offset(0,1)=date

Signature

Don Guillett
SalesAid Software
donaldb@281.com

> I would like to create a function or macro to automatically enter the
> date when a number in an adjacent cell is entered.
[quoted text clipped - 4 lines]
> ---
> Message posted from http://www.ExcelForum.com/
JE McGimpsey - 14 Jul 2004 18:54 GMT
Check out

   http://www.mcgimpsey.com/excel/timestamp.html

> I would like to create a function or macro to automatically enter the
> date when a number in an adjacent cell is entered.
[quoted text clipped - 4 lines]
> ---
> Message posted from http://www.ExcelForum.com/
jbchrist - 14 Jul 2004 22:58 GMT
Hey, Thanks for the posts your information worked wonders!!!
:) :) :) :)

---
Message posted from http://www.ExcelForum.com/
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.