Posts by Matheus Gambaro • 9 points
4 posts
-
-2
votes1
answer43
viewsQ: How to make a Function, replace the value of a variable in JS?
Hello! I am developing a little game in Java Script, but I am with a difficulty in the moment that the player buys a coins bonus, it will replace a value in another function, for when it is…
-
0
votes0
answers76
viewsQ: I have an automation error in excel VBA
My code gives an error and closes Excel for no reason. Follows the photo and the code Sub inserir() Dim tabela As ListObject Dim n As Integer, id As Integer Set tabela = Planilha1.ListObjects(1)…
-
-2
votes1
answer35
viewsQ: Error in excel vba, using . offset, to search for products in a spreadsheet
Hello, I’m trying to learn Excel vba to help my father in his company, I use the version of excel 2016, in the code I built following the course, it was time to enter the product code, it shows the…
-
-2
votes1
answer28
viewsQ: The problem [Object Htmlinputelement] appears in a Function in JS
I’m starting in the html area, so I come here to ask about a problem decorrent in my code: I created an input of type text (where the person will by his name), and for the name of the person to…