A
alexanderd
good evening and thank you for your quick response. having altered your
coding to take in account of the colums i am using i find your solution
very quick in transposing the colum in question "C".
the only thing i find is that i am having difficulty in deleting the
rows underneath the transposition,
the code is as you suggested
'clean up "blank cells and temporary bottom cell, too!
Range("C:C").Cells.SpecialCells(xlCellTypeBlanks).EntireRow.D elete
On Error GoTo 0
Range("b:B").Delete
can you help further in resolving this last part
i was going to send an excel file now ive got to save a copy as a pdf
which i will uplift shortly
coding to take in account of the colums i am using i find your solution
very quick in transposing the colum in question "C".
the only thing i find is that i am having difficulty in deleting the
rows underneath the transposition,
the code is as you suggested
'clean up "blank cells and temporary bottom cell, too!
Range("C:C").Cells.SpecialCells(xlCellTypeBlanks).EntireRow.D elete
On Error GoTo 0
Range("b:B").Delete
can you help further in resolving this last part
i was going to send an excel file now ive got to save a copy as a pdf
which i will uplift shortly