I have a cell with the format "mm/dd/yyyy hh:mm:ss". I want to auto increment the minute, but when I manually auto increment after selecting only that cell, it increments the day. To make it increment the minute, I have to manually copy the cell below, add one minute, select both and THEN increment. Is it possible to, in VBA, specify what part of the cell I want to be incremented when I use the
Selection.AutoFill
function and only have one cell selected? As it is, recording the macro gives me
Selection.AutoFill Destination:=Range("BU2:BU3"), Type:=xlFillDefault