Thread: FileDateTime
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Daniel Jones Daniel Jones is offline
external usenet poster
 
Posts: 18
Default FileDateTime

Is there a way to return just the time from the FileDateTime method?

i.e. id like strA to return "5:00PM" instead of "11/30/09 5:00PM"

strA = FileDateTime("C:\Temp\Book1.xls")

Thanks!

D