Hello,
I have a macro which scrapes information from an outside program and creates a table with the information.
To increase readability, I would like to have every other row shaded. Since the amount of information which is scraped varies from time to time, I may have 1 or more pages, and I would like to have the shading only on the section of the table which has data. Is this clear enough?
I have found countless sites with the conditional format formula: =MOD(COLUMN(),2)=0
This is great and works for a fixed number of rows and columns. Can I make this formula dynamic?
Thanks
dvirgint
I have a macro which scrapes information from an outside program and creates a table with the information.
To increase readability, I would like to have every other row shaded. Since the amount of information which is scraped varies from time to time, I may have 1 or more pages, and I would like to have the shading only on the section of the table which has data. Is this clear enough?
I have found countless sites with the conditional format formula: =MOD(COLUMN(),2)=0
This is great and works for a fixed number of rows and columns. Can I make this formula dynamic?
Thanks
dvirgint