+ Reply to Thread
Results 1 to 3 of 3

Increasing Number

  1. #1
    David
    Guest

    Increasing Number

    Hello, is there anyway I can get a number in my spreadsheet to increase when
    I print my document.

    Thank You



  2. #2
    Gary''s Student
    Guest

    RE: Increasing Number

    Yes. There are two cases. Let's say you have the number 15 in cell A1.


    If you want to increase the number before you print, then click on the cell
    and enter 16 prior to printing.

    If you want to increase the number after you print, print the worksheet then
    click on the cell and enter 16.
    --
    Gary's Student


    "David" wrote:

    > Hello, is there anyway I can get a number in my spreadsheet to increase when
    > I print my document.
    >
    > Thank You
    >
    >


  3. #3
    Dana DeLouis
    Guest

    Re: Increasing Number

    This code may work if you place it in the "ThisWorkbook" module.

    Private Sub Workbook_BeforePrint(Cancel As Boolean)
    [A1] = [A1] + 1
    End Sub

    --
    HTH. :>)
    Dana DeLouis
    Windows XP, Office 2003


    "David" <[email protected]> wrote in message
    news:[email protected]...
    > Hello, is there anyway I can get a number in my spreadsheet to increase
    > when
    > I print my document.
    >
    > Thank You
    >
    >




+ 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