Results 1 to 4 of 4

cannot change font color before printing?

Threaded View

  1. #1
    Registered User
    Join Date
    06-09-2009
    Location
    Capitola, California
    MS-Off Ver
    Excel 2003
    Posts
    25

    cannot change font color before printing?

    Hello,

    I would like ot make the font of a cell WHITe so it does not appear on the printed copy. Excel changes the font to WHITE on the screen but the Font is black again on the PrintPreview screen....




    Private Sub CommandButton2_Click()
        Range("D13").Select
        ActiveCell.Font.Colorindex = 2
        ActiveSheet.PrintPreview
    End Sub
    Last edited by Leith Ross; 07-01-2009 at 10:44 PM. Reason: Added Code Tags

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