Hello Hello Rfaris,
Sorry for the delay. I wanted to be sure the macro would fit with your needs. This is what I have done. The macro now takes a single argument when called. The argument is a cell with a link to the player. The macro opens Internet Explorer, minimizes it, selects all the data, copies it to clipboard, and pastes it to the new sheet. The new sheet name is taken from the cell. Only numbers and periods are used in the name. The macro checks if the sheet exists. If it does then you are asked if you want to replace it. when macro finishes, it closes Internet Explorer.
Here is working code. This should be copied and pasted into a separate VBA module in the workbook. Be sure you call the macro from Excel instead of the VB Editor becuase you may receive a prompt about the worksheet. If you are in the VB Editor then the prompt will display and the macro will appear to be hung.
Test Macro
Bookmarks