I am trying to extract href
from salesforce, but the actual reference consists from multiple references. Element looks like this:
<a href="/*some random numbers and symbols*" data-seclke="Account"
data-seclkh="*another part of random numbers and letters*"
data-seclkp="*/more random numbers and letters etc.*">
I understand that this is how the link is built, but how to use it in the actual VBA code.
If anyone can at least point me to the right direction that would be great. Totally lost