Macro to delete all rows between two different text stings in column A
As a means to an end, the solution to this post might help remove another problem I have outlined in another post? In column A, I am after a macro to delete all rows (blank or otherwise between two specified strings of text. Namely "TAB:" and "SKY". They will only appear once each in a column but spaced indeterminably:
jon
Param
TAB:
frit
brat
Gun
SKY
sop
net
The sheet after the macro, would appear as:
jon
Param
TAB:
SKY
sop
net
Thanks