Cells(#,#).Value conversion

  • Thread starter Thread starter Alexandre Brisebois (www.pointnetsolutions.com)
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top