Dear Forum,
I was wondering if anyone could help me get to a solution to this issue.
Basically on my excel sheet I have a list of URLs (not hyperlinked ie. clickable) all listed under Column G. Column G can only be populated with URLs from cell G4 to cell G104; however it might also contain empty cells - which in this case I'd like the code to skip / ignore and move to the next URL under it.
Getting to here did not seem to be as hard as I thought as I found plenty of solutions online however I specifically need these URLs to be opened in Chrome and in seperate tabs (one tab per URL) and not windows. Access certificates for these URLs are only enabled on the Chrome browser and I have no control on this; hence it's imperative that the code uses Chrome.
Is there any way I could use VBA to get this done? Unfortunately my coding proficiency is not of the highest level.
I appreciate any help and thank you in advance for any tips you might provide.
Chris
I was wondering if anyone could help me get to a solution to this issue.
Basically on my excel sheet I have a list of URLs (not hyperlinked ie. clickable) all listed under Column G. Column G can only be populated with URLs from cell G4 to cell G104; however it might also contain empty cells - which in this case I'd like the code to skip / ignore and move to the next URL under it.
Getting to here did not seem to be as hard as I thought as I found plenty of solutions online however I specifically need these URLs to be opened in Chrome and in seperate tabs (one tab per URL) and not windows. Access certificates for these URLs are only enabled on the Chrome browser and I have no control on this; hence it's imperative that the code uses Chrome.
Is there any way I could use VBA to get this done? Unfortunately my coding proficiency is not of the highest level.
I appreciate any help and thank you in advance for any tips you might provide.
Chris