View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] spovolny@gmail.com is offline
external usenet poster
 
Posts: 8
Default Storing times in an array

Hi -
I'm looking for a way to store times in an array in order to populate
a combo box with every half hour during the day. Is this possible?
Right now, I've entered the times as strings, for example: 8:00a,
8:30a, .....etc. This is in a user form. However, when I want to
write the selected time to my Excel sheet, I need it to recognize it
as a time. Can anyone help with this? Thanks alot,
Steve