Hi,
I have a cell with the following in it:
20/01/2018 02:03:00
I am using VB and calling for the Hour value like this...
UserFrom5.TextBox2 = WorksheetFunction.Text(Sheet6.Cells(a, 4), "hh")
This gives me 02. Perfect... exactly what I want.
How do I get the Minutes though...