Posts by nikolas lutgens • 25 points
4 posts
-
0
votes1
answer85
viewsA: I am trying to fill out a form in vba and will not pq?
I could do it myself , You have to pick up the classes and determine the item in fnal after the class name because google Forms to help does not specify the fields by id or name for example…
-
-1
votes1
answer85
viewsQ: I am trying to fill out a form in vba and will not pq?
someone knows how to fill a google Forms with vba , I got a few lines but it does not fill everything ,I can fill, no inspect elements appears filled but does not fill in the page Public Sub…
-
-3
votes1
answer41
viewsQ: Why is my sql command not saving?
I am saving in the database , but time I click on save will not write repeated name that was what I put to validate ,e o botao não salva no sql <html lang="en"> <head> <meta…
-
1
votes1
answer128
viewsQ: Add 365 days to a date in an input type="date"
I have a problem I have an input that I type a date input format , I wanted to add what was typed + 365 but I can’t get by id nor by class: function somaFerias(){ var Hoje = new Date();…