Posts by fnatans • 1 point
2 posts
-
0
votes1
answer26
viewsA: Fiitro - Excel VBA
After inserting the line with the collection Listitems, you add the columns with the collection Listsubitems. change the line li.ListItems.Add Text:=Sheets("Customers").Cells(linha, 2).Value To:…
-
0
votes1
answer31
viewsQ: JS - Target object as function argument
I come from C# and I’m having a hard time understanding this concept of passing the target object as a function argument. In the examples below, the first works, as I do to assign the function…