fluffynicesheep
Board Regular
- Joined
- Oct 27, 2009
- Messages
- 69
Hi,
I currently have a spreadsheet that includes lots of pages imported from external data (an external website).
The links that I used were similar to:
https://www.twitrss.me/twitter_user_to_rss/?user=barkingcollege
However recently there has been an issue with a security certificate on the website, so unless I manually click [ok], when excel opens - the data can no longer refresh in the background overnight.
What seems to work is if I remove the s from the link and replace with:
http://www.twitrss.me/twitter_user_to_rss/?user=barkingcollege
With hundreds of links this would take an age to do manually, so what I'm after is a piece of code that would allow me to cycle through all of my connection strings and do a Find and Replace ...
If it finds any link containing twitrss.me it will simply replace the https with http
Hopefully someone can help?
Thanks
I currently have a spreadsheet that includes lots of pages imported from external data (an external website).
The links that I used were similar to:
https://www.twitrss.me/twitter_user_to_rss/?user=barkingcollege
However recently there has been an issue with a security certificate on the website, so unless I manually click [ok], when excel opens - the data can no longer refresh in the background overnight.
What seems to work is if I remove the s from the link and replace with:
http://www.twitrss.me/twitter_user_to_rss/?user=barkingcollege
With hundreds of links this would take an age to do manually, so what I'm after is a piece of code that would allow me to cycle through all of my connection strings and do a Find and Replace ...
If it finds any link containing twitrss.me it will simply replace the https with http
Hopefully someone can help?
Thanks