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/