Posts by Kennedy Anderson • 53 points
5 posts
-
0
votes2
answers1621
viewsQ: Pass values from one form to another
Expensive I have two A and B forms. A = Has listview and displays base information B = Need to receive form A information and display. (Information that is not displayed in form A) I need to make it…
-
1
votes2
answers1314
viewsA: Autofill - How to select the second line
Dim lastRow As Long lastRow = Cells(Cells.Rows.Count, "A"). End(xlUp). Row I take my column that contains more data, in which case it’s column "A", there will never be a blank cell.…
-
1
votes0
answers195
viewsQ: Google Forms - Campo Hidden
Through Google Script, I can make a field visible if a certain option is selected in another field ?
-
3
votes2
answers1314
viewsQ: Autofill - How to select the second line
Guys, I got the following problem: I’m filling a cell with a formula and I need it to be duplicated for the others. So I’m using the code Selection.AutoFill Destination:=Range("C2:C329") Problem:…
-
0
votes1
answer1378
viewsQ: Google Sheets - Sending Email
I have the following code that sends emails through a Google spreadsheet. function sendEmails() { var sheet = SpreadsheetApp.getActive(); var startRow = 2; var planMensagens =…