Hi,
I want to create a combo box that allows the user to select the time. The combo box should have the time in 24hrs format with increments of 30 min. Eg the contents of the combo box should be as follows
00:00
00:30
01:00
01:30
02:00
etc
But I'm having difficulty putting this in the combo box. I'm new to VBA so I don't know what to declare this variable as and how to increment it by 30min. Hope someone can help me. Thanks a million.:no: