0

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

Toni
  • 1,555
  • 4
  • 15
  • 23
Radas
  • 45
  • 7
  • 1
    Can you share the code you have so far? Also, what would the expected final link look like? – QHarr Jun 14 '19 at 14:42
  • 1
    Possible duplicate of [Parse HTML content in VBA](https://stackoverflow.com/questions/25488687/parse-html-content-in-vba) – Tomalak Jun 14 '19 at 14:43
  • 1
    Unless you provide more detailed information, this is a generic "How do I parse HTML in VBA?" question, and there are many posts here and elsewhere that show solutions for this. Look around, pick one, try how far you get. – Tomalak Jun 14 '19 at 14:45

0 Answers0