Thread
:
Finding date in a string
View Single Post
#
10
Posted to microsoft.public.excel.programming
Rick Rothstein
external usenet poster
Posts: 5,934
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)
Reply With Quote
Rick Rothstein
View Public Profile
Find all posts by Rick Rothstein