+ Reply to Thread
Results 1 to 4 of 4

Same sheet, many calculations, unique pdf

  1. #1
    Registered User
    Join Date
    02-20-2014
    Location
    Germany
    MS-Off Ver
    Excel 2013
    Posts
    36

    Same sheet, many calculations, unique pdf

    Hello

    I have a sheet including many statistics per client, and I want these stats for each of the 200 clients in ONE pdf file, not 200 files: page 1 = client number 1, page 2 = client number 2, (...), page 200 = client number 200.
    To calculate the stats for one client, I juste change the client number in the corresponding cell, no problem for that.

    My question is: is it possible to export the same sheet, after each calculation, in a unique PDF File ?

    Thanks.

  2. #2
    Registered User
    Join Date
    02-27-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    77

    Re: Same sheet, many calculations, unique pdf

    Quote Originally Posted by Galven View Post
    Hello

    My question is: is it possible to export the same sheet, after each calculation, in a unique PDF File ?
    Hello, Welcome to the forum!

    We can convert the excel sheets to pdf file though VBA/Save As file.

    What you meant by after each calculation?

  3. #3
    Registered User
    Join Date
    02-20-2014
    Location
    Germany
    MS-Off Ver
    Excel 2013
    Posts
    36

    Re: Same sheet, many calculations, unique pdf

    Actually here would be the different steps:

    Sheets("Stats").Range("A1").value = ClientNumber1
    Application.Calculate
    {EXPORT THIS SHEET TO PDF}
    Sheets("Stats").Range("A1").value = ClientNumber2
    Application.Calculate
    {EXPORT THIS SHEET IN THE SAME PDF, but page 2}
    Sheets("Stats").Range("A1").value = ClientNumber3
    Application.Calculate
    {EXPORT THIS SHEET IN THE SAME PDF, but page 3}
    ...
    Sheets("Stats").Range("A1").value = ClientNumber200
    Application.Calculate
    {EXPORT THIS SHEET IN THE SAME PDF, but page 200}

    Maybe it is better like this

  4. #4
    Registered User
    Join Date
    02-20-2014
    Location
    Germany
    MS-Off Ver
    Excel 2013
    Posts
    36

    Re: Same sheet, many calculations, unique pdf

    Anyone please?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 06-11-2014, 11:14 AM
  2. Split Data Unique Value From 2 Sheet of A column and Move to 2 Sheet with Splited Values
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-21-2013, 04:21 AM
  3. Replies: 2
    Last Post: 02-13-2013, 03:14 PM
  4. Time sheet calculations
    By brianelowry@gmail.com in forum Excel General
    Replies: 9
    Last Post: 08-14-2006, 03:30 PM
  5. sheet for calculations
    By mukcl in forum Excel General
    Replies: 0
    Last Post: 08-08-2006, 10:38 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1