I have a table of data that I get into my Excel spreadsheet with a web query. All is fine there. However, when one gets data with a web query, it does not keep the formatting of the webpage.
I want to bold my rows that represent totals. I am thinking of looking for text with the word "Total" in it, then formatting the row containing that cell then look for more.
I'm junior to VBA. How do I create the for next loop and then how do I stop the loop from searching over and over again for the same text? My report is dynamic and will contain a different number of "totals" rows at any point in time.
Thanks in advance.
I want to bold my rows that represent totals. I am thinking of looking for text with the word "Total" in it, then formatting the row containing that cell then look for more.
I'm junior to VBA. How do I create the for next loop and then how do I stop the loop from searching over and over again for the same text? My report is dynamic and will contain a different number of "totals" rows at any point in time.
Thanks in advance.