Flowerstloft
New Member
- Joined
- Oct 26, 2011
- Messages
- 17
In the first Column are date values (1/2/2011, 4/25.2009...), which I would like to converted to either last date of the month or the first date of the month using VB code and populated in the second column
(I already know how to use EOMONTH excel function, but since I am dealing with over 250k rows of data, I would like to use VB code to fill the second column)
For example
1st 2nd Col
1/22/2011 1/31/2011 (or 1/1/2011)
3/5/2009 3/30/2009 (or 3/1/2009)
...
...
...
THANK YOU IN ADVANCE FOR YOUR BIG HELP!!
(I already know how to use EOMONTH excel function, but since I am dealing with over 250k rows of data, I would like to use VB code to fill the second column)
For example
1st 2nd Col
1/22/2011 1/31/2011 (or 1/1/2011)
3/5/2009 3/30/2009 (or 3/1/2009)
...
...
...
THANK YOU IN ADVANCE FOR YOUR BIG HELP!!