View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] pellerin.thomas@gmail.com is offline
external usenet poster
 
Posts: 1
Default Select filled cells/rows in a spreadsheet

Hi,
I have a worksheet with data looking like that:
# Name Telephone
1 Joe 506
2 Jack 239
3 Bob 897
4
5
....
3000

The number of rows is limited to 3,000, but the rows filled could be
anywhere between 1 and 3,000. I am looking at a VBA macro that could
autmatically select the rows filled, column B being the test.

Thanks for your help !!

Tomfizz