K
kkondrat1
Hello,
I want to delete all rows that contain data in a set column.
for example:
name age height
john...15....6'2
kevin...67...5'4
66...5'8
so i would want to delete all rows that have a name leaving the dat
below:
name.....age...height
..............66.....5'8
i need to do this as a macro
I want to delete all rows that contain data in a set column.
for example:
name age height
john...15....6'2
kevin...67...5'4
66...5'8
so i would want to delete all rows that have a name leaving the dat
below:
name.....age...height
..............66.....5'8
i need to do this as a macro