View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Skippy Skippy is offline
external usenet poster
 
Posts: 4
Default MsgBox date & time

am learning VB / Macros ... need a MsgBox which contains both the current
date and time ... I am able to do one or the other, but not both ... what is
the syntax?

e.g. I was able to figure out MsgBox (Time) and MsgBox (Date)
but can not figure out how to get BOTH in the MsgBox