View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
bill k bill k is offline
external usenet poster
 
Posts: 1
Default Date to Number format


format as general not as number

the macro instruction would be

Range("A12").Select
Selection.NumberFormat = "General

--
bill

-----------------------------------------------------------------------
bill k's Profile: http://www.excelforum.com/member.php...info&userid=82
View this thread: http://www.excelforum.com/showthread.php?threadid=47889