Results 1 to 4 of 4

Add date when printing

Threaded View

  1. #1
    Forum Contributor
    Join Date
    07-21-2010
    Location
    Alta, Norway
    MS-Off Ver
    Excel 2003
    Posts
    119

    Add date when printing

    Hi,

    I have created a macro that modifies my excelsheet and prints it out fittet to one page.

    I am using this code to print:

    Sub Print()
    '
    ' Print Macro
    
    '
    ActiveWindow.SelectedSheets.PrintOut Copies:=5, Collate:=True
    End Sub
    I am trying to modify the code so the todays date (or the date that it is printed) appears on the center-top with letter size 16 on the print.


    The sheet holds values from cell A1 and therefore I believe a TODAYS() formula in ex cell A1 is not an option....?

    Hope someone can assist me

    Gnoke
    Last edited by gnoke; 11-09-2010 at 10:32 AM.

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