Tronsliver
Technical User
OK this is new to me. What I want to accomplish is this. Build a function in the VB wookbook that takes a date value from a cell on an active worksheet and do some calculations and then send the result back to another blank cell. For example:
Effective Date Time in Position
04 Dec 00
01 May 01
01 Jul 95
01 Sep 99
01 Oct 99
The first date listed would be cell F2 (04 Dec 00) How can I get this date into the VB function where it can be manipulated? Then how do I get the result back to cell G2 (Time in position)?
Effective Date Time in Position
04 Dec 00
01 May 01
01 Jul 95
01 Sep 99
01 Oct 99
The first date listed would be cell F2 (04 Dec 00) How can I get this date into the VB function where it can be manipulated? Then how do I get the result back to cell G2 (Time in position)?