Hi all,
I haver the following code that inserts a blank row into the data when the reference changes in column C
Is there a way for this to work with ONLY visible data (ie there may be hidden data)
Many thanks for any info
Sub AddBlankRows()
'
Dim iRow As Integer, iCol As Integer
Dim oRng...