• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. U

    Please Help, How to Send Email from google spreadsheet

    I had tried but this code failed to display the message that i want to send. can anyone fix this?? function CustomEmail() { var sheet = SpreadsheetApp.getActiveSheet(); var range = sheet.getRange("A1:I10"); //var UserData = range.getValues(); //for (i in UserData) { //var...
  2. U

    Please Help, How to Send Email from google spreadsheet

    Hello, can someone help me to make VBA Macros code to send email from google spreadsheet. i wanna create a button so when i click that, i can send email to xxxx@gmail.com (only this email) The subject is C9 The message is A1:I10 This is my file. i hope someone will gladly help me thanksss
  3. U

    Help me to create multiple PDF files with cell value as file name

    thank you very much you know what i need. i really appreciate your help. but to be honest that file only for my practice. my true project has 5000 data and i cant upload coz of privacy. im still noob on coding and need more practice. i still need your hand. my project print area is A1 to AP103...
  4. U

    Help me to create multiple PDF files with cell value as file name

    WOW THANKSS THAT WHAT I LOOKING FOR :DD That will save my time, thank you very much but can i ask something what if i have 5000 data & then i only want to create PDF from data ID 400 to 1000 which code that i need to replace or add?
  5. U

    Help me to create multiple PDF files with cell value as file name

    From A1 to B3. I want to have All pdf file (total 15 PDFs) with sheet "Card" format from ID 10001 to 10015 with just one click. i hope someone know the Code so i can do that
  6. U

    Help me to create multiple PDF files with cell value as file name

    Hello my name is Roger. I wanna create multiple PDF files with cell value as file name. i found this code in internet Sub Rectangle1_Click() On Error Resume Next MkDir ThisWorkbook.Path & "\SAVE AS PDF\" On Error GoTo 0 Filename = Sheets("Card").Range("B1") & "-" &...
Back
Top