View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Lars Klintholm Lars Klintholm is offline
external usenet poster
 
Posts: 5
Default Using TEXT function in VBA

myDate = Format(Sheets("Data").Cells(1, 1).Value, "mmmm")

Cells(9,3) of course
--
Regards
Lars Klintholm