Thread: Time choice
View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Time choice



"Shane Nation" wrote in message
...
Thanks Bob that would be just right if I could get the chosen time into

the
cell I click in.


Just replace

MsgBox Format(frmTime.SelectedTime, "hh:mm")


with

.value = Format(frmTime.SelectedTime, "hh:mm")

And I could hold of the code so I can place it in the sheet
I am working with?



What do you mean by that?