Thread
:
Using a time value in a macro
View Single Post
#
1
Posted to microsoft.public.excel.programming
Patrick Simonds
external usenet poster
Posts: 258
Using a time value in a macro
In the place of the 30 in the formula below, I need to enter the time value
of 00:30 but the macro errors out as soon as I do this.
ElseIf Cells(1, 13).Value = 30 Then
OptionButton2.Value = Tue
Reply With Quote
Patrick Simonds
View Public Profile
Find all posts by Patrick Simonds