View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DekHog DekHog is offline
external usenet poster
 
Posts: 4
Default VBA code for date change? (Newbie)

Hi....

I have 33,000 rows with jobs in them - in one of the columns there is
a date for each job. The dates are spread over days/months/years e.g.
21/10/2007, 04/03/2008. What I need to do is take every job (date) in
every individual month and pull them all in to the 7th of each month.
So, everything in Feb 2007 is now dated 07/02/2007, etc.

Can anyone help with this? (Totally new to VBA).

TIA