View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] karicramer@gmail.com is offline
external usenet poster
 
Posts: 1
Default General Cell to Custom Date

I'm just learning VBA, and Need some help w/ a macro that will format
the date I have in a number of text files.

Presently the data is coming to me as a general format of
"20060103123030" I presently format the cell to custom yyyy/mm/dd
hh:mm:ss and then I type in the slashes & colons, Does anyone have an
idea of how I could write some code that could do this for me? Any
help is greatly appreciated.

Thanks,
Kdub, the vba newbie!