I’m basically trying to take a list of URLs I have from a job board(each representing a different job opportunity) in column A of an excel file, and have excel open each one, copy the text within that webpage, and paste into column B. It seems like it should be relatively simple, since I know that excel has some cross-functionality with Edge, but I am having a devil of a time trying to get it to work. I have a tiny bit of familiarity with VBA, but not enough to do this from scratch.


Also, to complicate matters, there might be a problem since I need to be signed into this site with my username and password, and I’m not sure if that’s causing any issues or not.

Thanks everyone!