Thread: Date macro
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Dr Fleau[_2_] Dr Fleau[_2_] is offline
external usenet poster
 
Posts: 2
Default Date macro

Beauty. Thanks a lot. Works like a charm.

Dr Fleau


"Kevin B" a écrit dans le message de
news: ...
Just change A1 to the cell that has your date, and this macro will
copy/paste
special value:

Range("A1").Select
Selection.Copy
Selection.PasteSpecial Paste:=xlPasteValues

--
Kevin Backmann