Thread
:
VBA time conversion
View Single Post
#
1
Posted to microsoft.public.excel.programming
RG III
external usenet poster
Posts: 65
VBA time conversion
Suppose I have the following string variable:
s = "10:20 PM"
Is there a function that will convert s to military like so?:
s = "2200" ' Now represents military time
-Robert
Reply With Quote
RG III
View Public Profile
Find all posts by RG III