![]() |
Macro for hiding rows
I am trying to take a mail list that is in Excel and create a macro to only
show every 10th row. I need these addresses for a survey, so it doesn't make any difference wheather there is information in all the columns of the worksheet or not. |
Macro for hiding rows
Add a column that contains the number sequence 1 through 10, repeating, down
the sheet as far as there is data. Apply an AutoFilter(DataFilterAutoFilter) to your column header. In the drop down in the header of your new column, select any number between 1 and 10. Visible result: every 10th row. HTH, -- George Nicholson Remove 'Junk' from return address. "Linda" wrote in message ... I am trying to take a mail list that is in Excel and create a macro to only show every 10th row. I need these addresses for a survey, so it doesn't make any difference wheather there is information in all the columns of the worksheet or not. |
Macro for hiding rows
Thank you. That was exactly what I was hoping for.
Linda "George Nicholson" wrote: Add a column that contains the number sequence 1 through 10, repeating, down the sheet as far as there is data. Apply an AutoFilter(DataFilterAutoFilter) to your column header. In the drop down in the header of your new column, select any number between 1 and 10. Visible result: every 10th row. HTH, -- George Nicholson Remove 'Junk' from return address. "Linda" wrote in message ... I am trying to take a mail list that is in Excel and create a macro to only show every 10th row. I need these addresses for a survey, so it doesn't make any difference wheather there is information in all the columns of the worksheet or not. |
All times are GMT +1. The time now is 11:02 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com