Posts by Caio Silva • 11 points
3 posts
-
0
votes1
answer17
viewsA: Generate list in another tab with found data
Friend, use the advanced filter in Excel, in the latest versions (at least 2016 above), can be found in the Data tab, in the group "Sort and Filter".…
-
1
votes1
answer37
viewsA: Webscript VBA array specifies
You are using Selenium? But basically, you can take all the 'tr' elements and then perform a loop looking for their value. If possible post your code, it is easier to pass a more specific answer.…
-
0
votes1
answer32
viewsA: VBA to seal cell, complete
If it needs to be in the selection, you need to change: Private Sub Worksheet_Change(Byval Target As Range) to Private Sub Worksheet_Selectionchange(Byval Target As Range) And probably the code…