Hi All,

I'm a macro newbie trying to create a macro for one of our work tasks. I need a macro that will delete all rows which contains a decimal point in column C.

For example: the raw data in column c looks like this

1
1.1
1.2
1.3
1.4
2
2.1
2.2
2.3
3
3.1
3.2


The output I need should look like this:

1
2
3

I hope one of your brilliant VBA users can help me out...
Thanks in advance..