Google Sheets - Macro Recorder Tutorial - How to Record an Apps Script

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 มิ.ย. 2024
  • Learn how to record a script in Google Sheets using macro recorder. This tutorial covers recording macros in absolute or relative mode, modifying macro script in Apps Script editor, tips & tricks during recording.

ความคิดเห็น • 57

  • @MarcCastellsBallesta
    @MarcCastellsBallesta 3 หลายเดือนก่อน

    Damn, I need to watch this channel way more than I usually do.

  • @MrSemichin
    @MrSemichin 5 ปีที่แล้ว +4

    Very helpful. Thank you for presenting the knowledge in such concise and clear format!

  • @carmencastro5512
    @carmencastro5512 6 ปีที่แล้ว +12

    I speak spanish and your english and your explanations are so clear for me, thank you again, please keep doing this videos, I really want to learn to code in Google Sheets.

  • @MMS90903
    @MMS90903 5 ปีที่แล้ว +1

    Just to thank you for your videos, I master so much things on Google sheets thanks to it. Very clear teaching tutorials

  • @dreamwalker9283
    @dreamwalker9283 6 ปีที่แล้ว +7

    I just wanted to admire you! you are an amazing teacher and a genius. you have a very deep understanding and explain things very comprehensively. please keep making content for this channel. thank you

  • @paulwaul2623
    @paulwaul2623 4 ปีที่แล้ว +1

    So helpful! Thank you very much for making this video

  • @hoiyinwan8233
    @hoiyinwan8233 6 ปีที่แล้ว

    Great video. Thank you for making it

  • @CesarPeron
    @CesarPeron 6 ปีที่แล้ว

    Excelente explanation!

  • @HakanBAYIK
    @HakanBAYIK 6 ปีที่แล้ว +1

    Very good video. Thank you.

  • @erichmuller6382
    @erichmuller6382 6 ปีที่แล้ว

    GREAT: Finally the time is come to get this simple and powerful functionalty ! But it is not (yet?) available in my version. i suppose that it will be released soon.

  • @bilal7598
    @bilal7598 ปีที่แล้ว

    Great Work Bro

  • @AvadhootDandekar
    @AvadhootDandekar 6 ปีที่แล้ว +1

    Very nice :)

  • @nerdsdoitbettervid
    @nerdsdoitbettervid 2 ปีที่แล้ว +1

    Really nice video

  • @osamasaid8476
    @osamasaid8476 5 ปีที่แล้ว

    thank you

  • @mohammadjassar4115
    @mohammadjassar4115 3 ปีที่แล้ว

    Hi thanks for explaining, dose it work with android

  • @AJ-et3vf
    @AJ-et3vf ปีที่แล้ว

    awesome video! Thank you!

  • @martijnkool3938
    @martijnkool3938 6 ปีที่แล้ว

    Is it possible to use the macro's on other sheets? So i don't have to record it again but it is standard available in my (new) sheets?

  • @stanleyphilippe
    @stanleyphilippe 5 ปีที่แล้ว

    Hi thanks, how to browse a file via IMPORT under file to import the excel into the gsheet?

  • @saingsamnang9029
    @saingsamnang9029 4 ปีที่แล้ว

    Good.

  • @panoramaarte6100
    @panoramaarte6100 4 ปีที่แล้ว

    Hello! How can I record a macro, that changes that copies some text from the first sheet, and then pastes it to a second sheet, but also adds a row so everytime you add something in the first one it copies it to the other one with a button... I know how to do it on Excel, but not here!! HELP
    Also, I want to thank you, you explain everything wonderfully!!

  • @shanesymons9443
    @shanesymons9443 6 ปีที่แล้ว +1

    Thanks for this. I am using the "ctrl + shift + right and down" Then setting a named range. If I play the macro back it always sets the named range to the absolute ref from before. How do you get the macro to set the active ranges to the named range?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  6 ปีที่แล้ว +1

      It will only work for simple formatting and stuff like that, at least for now.
      You will need to write your own script for this. Something like this should work
      function namedrange() {
      var spreadsheet = SpreadsheetApp.getActiveSpreadsheet();
      var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();
      spreadsheet.setNamedRange('abcdef', sheet.getRange(1,1, sheet.getLastRow(), sheet.getLastColumn()));
      }

    • @farhanahmed8297
      @farhanahmed8297 6 ปีที่แล้ว

      How to get macro recorder option in tools manu
      Into my spreadsheet I am not get this option what should I do

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  6 ปีที่แล้ว

      still not there?

  • @cameramensandy
    @cameramensandy 4 ปีที่แล้ว +1

    Hi, how to use macro function on android?

  • @phoenixempire8886
    @phoenixempire8886 3 ปีที่แล้ว

    🙏🏻

  • @ssbdit
    @ssbdit 6 ปีที่แล้ว +1

    This video is very helpful. I want to collect students fee in google sheet. I need a macro to fetch basic information into sheet2 from students data sheet1. I'll add payment detail and when I press submit data will store into sheet3 and sheet2 data will be erased. would you please help me doing this?

  • @talebbagazi1435
    @talebbagazi1435 2 ปีที่แล้ว

    Thank you this going to save a lot of time of doing my reports hahah but i have a concern does applying macro and edit script will make our data publicly viewed by others?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 ปีที่แล้ว +1

      No, i don't see why it would make it publicly available.

    • @talebbagazi1435
      @talebbagazi1435 2 ปีที่แล้ว

      @@ExcelGoogleSheets okey, thank you I will do practice it today and apply it to my report

  • @pankajjoshi8292
    @pankajjoshi8292 3 ปีที่แล้ว

    Can i implement them in Google sheet ? Can you pls tell how to create Login id Password form , using Google sheet which i can use google sheet

  • @CH-ul7qw
    @CH-ul7qw 3 ปีที่แล้ว

    Hello, I just wonder if you could help me,, I just want to record very simple macro on spreadsheet,
    Select A1, copy (CTRL+C)
    Select A2, copy (CTRL+C)
    Select A3, copy (CTRL+C)
    Only this 6 actions. This is [Copy append].
    I want to paste these data to some other application, like email.
    Is it possible to record macro to complete this simple task on the spreadsheet?
    I am really in trouble figuring out..

  • @dcts7526
    @dcts7526 2 ปีที่แล้ว

    I dont have a macro section in my tools. Do you need to install it somehow?

  • @fab99fab
    @fab99fab 6 ปีที่แล้ว

    macro recording option was not available previously ?

    • @farhanahmed8297
      @farhanahmed8297 6 ปีที่แล้ว

      Fahad Bari
      How to get macro recorder option

    • @polyma8
      @polyma8 5 ปีที่แล้ว

      Yes. Its a new feature that was added

  • @tanyarathore4781
    @tanyarathore4781 2 ปีที่แล้ว

    Hi.. can you tell me how to create a macro that selects a range of cells in a workbook and then goes to the file menu and gives a print command using google sheets?

  • @goldylock
    @goldylock 2 ปีที่แล้ว +1

    The MACROS option is NOT under tools anymore, its under "EXTENSION" toolbar, same goes with APPSCRIPT that's now under "EXTENSION" toolbar

  • @VideoNOLA
    @VideoNOLA 5 ปีที่แล้ว

    At 18:40, why not follow your own advice? That is, instead of manually highlighting the R1 entries, click A1 and use CTRL-SHIFT-Right to select the 1st through nth headers (so that the macro adjusts to future templates with a different number of columns)?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  5 ปีที่แล้ว

      CTRL-SHIFT-ARROWS stops at blanks. They are OK if you don't have any blanks in your data.

  • @stanleyphilippe
    @stanleyphilippe 4 ปีที่แล้ว

    Hi how to record a published sheet addon in G-sheet macros

  • @V.Z.69
    @V.Z.69 2 ปีที่แล้ว

    HOW do you get Macro on Sheets? I don't have the option. Do I have to install something first?

  • @farhanahmed8297
    @farhanahmed8297 6 ปีที่แล้ว

    How to get macro recorder in google sheet

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  6 ปีที่แล้ว +1

      They are rolling out the updates. If ti's not available now it will probably show up within a week or two.

  • @sbkyoutu
    @sbkyoutu 6 ปีที่แล้ว

    Is it html or java?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  6 ปีที่แล้ว +2

      JavaScript.

    • @farhanahmed8297
      @farhanahmed8297 6 ปีที่แล้ว

      Learn Google Spreadsheets
      What is your spreadsheet version
      Because I am not getting option of macro recorder please help

  • @timd240
    @timd240 5 ปีที่แล้ว

    Why doesn't it record printing steps?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  5 ปีที่แล้ว

      Printing is something that is being executed on your computer. I doubt Google Sheets macros will ever do that since Apps Script code runs on Google's servers.

  • @Wilshire-dx6lu
    @Wilshire-dx6lu 3 ปีที่แล้ว

    anyone wants to help me with a macro? i have no idea what im doing

  • @qiiqhealthcare4015
    @qiiqhealthcare4015 5 ปีที่แล้ว

    I appreciate your doing these videos; you helped me. But man, it would sure help if you had planned the content ahead of time, so we didn't have to wait while you figure out in real time how to show something. That gets painful. Maybe you could do a little editing afterward to speed it up a little?