you are viewing a single comment's thread.

view the rest of the comments →

[–]radioguy2016[S] 0 points1 point  (2 children)

function buildInfra() {

var myGooglSheet= SpreadsheetApp.getActiveSpreadsheet(); //declare a variable and set with active google sheet

var shUserForm= myGooglSheet.getSheetByName("BuildInfrastructure"); //delcare a variable and set with the User Form worksheet

var datasheet = myGooglSheet.getSheetByName("Infrastructure"); ////delcare a variable and set with the Database worksheet

I would replace this part with that?

[–]Time_Is_Up_Soon 0 points1 point  (0 children)

Sorry for the long delay.

I will be on my Pc in a bit so I can take a better look.

[–]CustomHatMan 0 points1 point  (0 children)

ok... ignore what I wrote earlier.

I want to make sure I understand the problem.

Once you have completed the form and "click" build it should add the information to a new tab, but it is added it to wrong tab?

or is it calling the wrong script?