View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default Finding date in a string

With the getdate function where does it store the date so I can
find it in another workbook?


It is a function... you can assign its output to your variable...

Mystr = getdate(Range("A1"), 1)

--
Rick (MVP - Excel)