Thread: Time Formula
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
I.P I.P is offline
external usenet poster
 
Posts: 5
Default Time Formula

I Wish to use a macro to insert ActiveCell.FormulaR1C1 =
"=TIME(6,30,0)" in a cell. With the 6 and the 30 to be variables from
a input box.
Ian