A
Alexandre Brisebois (www.pointnetsolutions.com)
Hey I want to grab a serialized date and turn it into an integer in my
vba
what is the proper conversion for this ?
example:
Dim startDate As Integer
Dim endDate As Integer
startDate = ActiveRow.Cells(1, 2).Value
endDate = ActiveRow.Cells(1, 3).Value
vba
what is the proper conversion for this ?
example:
Dim startDate As Integer
Dim endDate As Integer
startDate = ActiveRow.Cells(1, 2).Value
endDate = ActiveRow.Cells(1, 3).Value