+ Reply to Thread
Results 1 to 10 of 10

VBA to change a value and save a result sheet as PDF with value as name

  1. #1
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    VBA to change a value and save a result sheet as PDF with value as name

    Hi,

    Could you please assist me with the following:
    In a workbook, I want the macro to change the value of a cell according to a list on a different sheet, while that value is valid (has an associated entry greater than 0)
    Once the value has been changed, let it finish calculating and then save a third sheet as a PDF, naming it according to the value + the previous month's date.

    Example workbook with comments and details attached

    Thanks in advance

    P.S. If it can also email the resulting pdf to the email entry that'd be great, but that's just a bonus, not a necessity
    Attached Files Attached Files
    Last edited by dip11; 06-13-2012 at 12:13 PM.

  2. #2
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,980

    Re: VBA to change a value and save a result sheet as PDF with value as name

    Could you just state in words what it is you want the code to do since there don't appear to be any calculations going on.
    Everyone who confuses correlation and causation ends up dead.

  3. #3
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    Re: VBA to change a value and save a result sheet as PDF with value as name

    Hi romperstomper,

    Thanks for your reply, the code should do:
    1. Change field Output!A2 to the PersonCode associated to first value on CaseCounter A2:A60 which has a value greater than 0 in R2:R60 (find PersonCode by going to Sheet2 and looking up the PersonName or PersonNumber)
    2. It should then wait for calculations to complete
    3. Then it should save the Report sheet as a PDF calling it what it put in Output!A2 + last month's name
    4. Then it should email that resulting PDF to the email associated with Output!A2 in Sheet2
    5. Then it should change the field Output!A2 to the next value as per step 1.

    There are no calculations on the example sheet because it is a dummy workbook. The actual workbook is some 8mb in size and takes ~50 seconds to calculate on 8 processors each time the value in Output!A2 is changed.

    The email step is optional, I think its probably best to get it to work first rather than emailing people possibly truncated incomplete files

    I hope that helps

    I've updated the attachment slightly
    Last edited by dip11; 06-13-2012 at 12:14 PM.

  4. #4
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    Re: VBA to change a value and save a result sheet as PDF with value as name

    Still need help with this if anyone is able.

  5. #5
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,980

    Re: VBA to change a value and save a result sheet as PDF with value as name

    Basic code would be something like this:
    Please Login or Register  to view this content.

  6. #6
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    Re: VBA to change a value and save a result sheet as PDF with value as name

    Thanks romperstomper - How would I need to adjust this to lookup the PersonCode from Sheet2 based on the PersonName or PersonNumber on CaseCounter as the value in Output!A2 is PersonCode and not PersonName or PersonNumber.

  7. #7
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,980

    Re: VBA to change a value and save a result sheet as PDF with value as name

    That's not what your workbook shows! Give me a second...

  8. #8
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,980

    Re: VBA to change a value and save a result sheet as PDF with value as name

    Please Login or Register  to view this content.

  9. #9
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    Re: VBA to change a value and save a result sheet as PDF with value as name

    Fantastic, thanks so much!

    [edit]
    Watch your rep - I'll add it to you as soon as the system lets me again (asking me to spread around first). Won't forget!

  10. #10
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,980

    Re: VBA to change a value and save a result sheet as PDF with value as name

    No worries. You may find this page useful for your emailing: http://msdn.microsoft.com/en-us/libr...ffice.11).aspx

  11. #11
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    Re: VBA to change a value and save a result sheet as PDF with value as name

    OK, would i need to download that sample template for the sub() and then insert the code like this?

    Please Login or Register  to view this content.
    In terms of who to send it to, do I replace the email address with
    varMatch = Application.Match(.Cells(lngRow, "A").Value, Sheets("Sheet2").Range("D:D"), 0)

    or something else?

    Since I already created all the PDFs now before having the email code, can I create it as a shortened macro and run just the email portion somehow (i.e. checking for the PersonCode before the first space and using that to match on Sheet2?)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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