Last seen: Apr 21, 2025
You're welcome. Glad I can offer little help
That was part of your code that I modified and that is related to the login code Just modify the part that is related to the username / password / ...
Dim e For Each e In IE.Document.getElementsByClassName("uikit-text-field ng-scope") If InStr(e.innerText, "Email") > 0 Then e.getElementsByTagName(...
That's exactly what I was searching for Thank you very much
You're welcome. Glad I can offer some help
Hello Try this code Sub Test() Dim ws As Worksheet For Each ws In ThisWorkbook.Worksheets ws.Protect "123" '...
Cross-Post at these links
That's nice trick. I love it
You're welcome. Glad I can offer some help
Hello May be this piece of code would be useful for you Sub Test() Dim myPassword As String myPassword = "123" 'Protect Worksheet (Allow ...
Thanks a lot Mr. Catalin for useful information .. @Alexandra : Press Alt + F11 to open the VBE Editor >> From Insert >> Select Modu...
Hello In the code provided I see that using Select is unnecessary so instead of these three lines Rows(delRow).Select Application.CutCopyMode =...