Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9233403
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T06:32:43+00:00 2026-06-18T06:32:43+00:00

In my excel I have multiple line like this: Name Age Tel John 5

  • 0

In my excel I have multiple line like this:

Name  Age Tel 
John  5    12345677
Peter 10   4547567
Mary  6     46u7687867

I am wondering How can I generate multiple document from excel to multiple invoice like this:

page1:

Certification of XXXXX

John      Age 5

page2:

Certification of XXXXX

Peter     Age 10

page3:

Certification of XXXXX

Mary      Age 6

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T06:32:44+00:00Added an answer on June 18, 2026 at 6:32 am

    Assuming the above input & comments, the following code will do the job:

    Sub ListPrinting()
    
    Dim i As Long
    
    i = 1
    
    For i = 2 To ThisWorkbook.Sheets(1).Range("A1").CurrentRegion.Rows.Count
    
        ThisWorkbook.Sheets("Invoice").Range("F40").Formula = ThisWorkbook.Sheets(1).Cells(i, 1).Formula
        ThisWorkbook.Sheets("Invoice").Range("I38").Formula = ThisWorkbook.Sheets(1).Cells(i, 2).Formula
        ThisWorkbook.Sheets("Invoice").Range("I9").Formula = ThisWorkbook.Sheets(1).Cells(i, 3).Formula
        ThisWorkbook.Sheets("Invoice").PrintOut Copies:=1, ActivePrinter:="pdfFactory Pro on FPP4:" 'Specify your printer
    
    Next i
    
    MsgBox i - 2 & " invoice(s) printed."
    
    End Sub
    

    Please note:

    1. You should specify the name of desired printer – use macro-recorder and just select it in the list of available printers on Print dialog.
    2. The amount of records in list is practically unlimited… well, paper and ink / toner are not))) All of them will be printed starting row 2 and up to the last non-empty string found on the list sheet.
    3. Test the code on 1-2 items to avoid paper loss)

    Sample file is shared (code tested as well): https://www.dropbox.com/s/296e200496gd7gb/ListPrinting.xlsm

    P.S. Perhaps you should reformat the Date field as you desire – it uses regional settings and therefore will be displayed for you differently.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Excel CSV files with employee records in them. Something like this:
I have multiple excel workbooks each representing a days data, each workbook has multiple
I have a set of Excel spreadsheets with multiple tabs which contains each one
is there a way in Excel to have a formula that does something like
I have multiple excel files which I open as datatable I want to merge
I have an excel sheet, in which i have multiple cells selected, which are
This problem is making me crazy. Actually I have multiple problems. First one: Why
I have an excel macro saved in a blank workbook and multiple data workbooks.
I have an excel file with some data (with multiple columns and multiple rows).
i would like to have an array of objects in excel that call one

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.