Excel VBA Macro Query
I have a massive URL list of about 350k which I have been slowly moving into different worksheets in excel, showing the PR of each one.
At the moment I have about 7 tabs and these urls are spread over them. When I need to build backlinks, I fire up this excel spreadsheet and look for potential places to do so. When I find that a certain domain doesnt accept backlinks (like a youtube video, etc), I remove it using this code:
http://pastebin.com/vSbTY3xp
I have referenced "active sheet" which means I have to run the macro on each sheet in my excel document. I would love to know how to allow this script to affect the entire workbook (all the worksheets) but I cannot figure it out and I am not that great with programming.
Any help would be appreciated
Cheers
.
.
.