+ Reply to Thread
Results 1 to 3 of 3

Gridlines, Rows & Columns Headers Problem

  1. #1
    Registered User
    Join Date
    10-13-2006
    Posts
    2

    Gridlines, Rows & Columns Headers Problem

    Hello..

    How I can, by code, in a VBA Procedure suppress (don't display) Gridlines, Columns & Rows Headers in the Active WorkSheet?

    Thanks...

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by jeva39
    Hello..

    How I can, by code, in a VBA Procedure suppress (don't display) Gridlines, Columns & Rows Headers in the Active WorkSheet?

    Thanks...
    ActiveWindow.DisplayGridlines = False

    ActiveWindow.DisplayHeadings = False

    ---
    Si fractum non sit, noli id reficere.

  3. #3
    Registered User
    Join Date
    10-13-2006
    Posts
    2
    Solved. Thanks!!

+ 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