Thread: making a timer
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
animal1881[_5_] animal1881[_5_] is offline
external usenet poster
 
Posts: 1
Default making a timer

I made minesweeper using excel. Works pretty well. The only prolem i
I can't figure out how to subtract a starting time from an ending tim
grabbed using

with DateTime
.TimeValue(.Now)
end with

Does anyone know how to subtract times from each other? As in

DeltaTime = Time2-Time1

--
Message posted from http://www.ExcelForum.com