Couple Of Enhancement Ideas

I've been using the product for about a week now. I can't say enough about how awesome of a product. I have a couple of "easy" ideas for improvement in my little world.

1. Overload the Cells Item property to accept an integer for column. When I have option strict turned on the fact it only accepts a byte is annoying.
Dim bytCol As Byte
bytCol +=1 'Doesn't work with option strict turned on. The one is an integer.

2. The Comments item collection needs another overload to pass the column in to it.

Both item are easy to work around

Thanks much,
~Dean

Thank you, Dean. Good suggestions. You will get it in the next release.