puoi fare così:
codice:
 
orario = Right("00" & CStr(hour(now())),2) & ":" & _
        Right("00" & CStr(minute(now())),2) & ":" & _        
        Right("00" & CStr(second(now())),2)