Osamu9Dazai
New Member
- Joined
- Dec 20, 2024
- Messages
- 2
- Office Version
- 2024
- 2021
- Platform
- Windows
Hello, just very interested in how to make table by VBA that takes information from hyperlinks and inserts it in table . So the task asks to:
1)Create a VBA procedure that creates a data table on the Table worksheet based on the data from the European Parliament worksheet with columns: Name, country, party/faction (definitely in this order).
2)Hyperlinks in the data should also appear in the ordered table (ie, the cells should be copied).
3)Color the background of the row cells of the result table red (index 3) if the member of parliament belongs to the Uueneva Euroopa fraktsiooni
4)The procedure must first remove the previous data from the result table (headers remain)
On image you can see hyperlinks.
Would appreciate the help!
1)Create a VBA procedure that creates a data table on the Table worksheet based on the data from the European Parliament worksheet with columns: Name, country, party/faction (definitely in this order).
2)Hyperlinks in the data should also appear in the ordered table (ie, the cells should be copied).
3)Color the background of the row cells of the result table red (index 3) if the member of parliament belongs to the Uueneva Euroopa fraktsiooni
4)The procedure must first remove the previous data from the result table (headers remain)
On image you can see hyperlinks.
Would appreciate the help!