I have an IE element that VBA is able to read without any issue.
oIe.Document.all.tags("p").Item(0).innerhtml
So to shorten things up.. I did this
GenPin = oIe.Document.all.tags("p").Item(0).innerhtml
So for future reference in this sub, I can just say GenPin when I need that element. Here is the problem though.
That element has what I need, but the first 13 characters need to be dropped. I have been trying trims, and ltrims and everything I cannot get it to work. Hopefully a quick fix, I am just at a loss
And for your viewing pleasure...
![]()