On 1 May 2010 22:02, Richard Quadling wrote:
> On 1 May 2010 18:48, justino garcia wrote:
>> tImeArrived = CDate(InputBox("Enter START time:", "Start time", "9:00 AM"))
>> TimeLeft = CDate(InputBox("Enter END time:", "End time", "1:24 PM"))
>> Minutes = DateDiff("n", TimeArrived, TimeLeft)
>> Hou
On 1 May 2010 18:48, justino garcia wrote:
> tImeArrived = CDate(InputBox("Enter START time:", "Start time", "9:00 AM"))
> TimeLeft = CDate(InputBox("Enter END time:", "End time", "1:24 PM"))
> Minutes = DateDiff("n", TimeArrived, TimeLeft)
> Hours = Int(Minutes / 60)
> Minutes = Minutes - (Hours
2 matches
Mail list logo