Hi Guys,
I have a timeclock dump of data where column "A" = a person's name and column "B" is their clock in / clock out times. I want to add a blank line between each group of names. Searching google, I found this bt of code...
Dim Rng As Range
Dim WorkRng As Range
On Error Resume Next...