+ Reply to Thread
Results 1 to 3 of 3

can comments be turned off

  1. #1
    smokiibear@gmail.com
    Guest

    can comments be turned off

    can comments be turned off...so that they don't show unless you want
    them to?

    thanks.


  2. #2
    Wm Seales
    Guest

    Re: can comments be turned off

    Tools > Options > View
    gives you 3 choices.


    Also see DisplayCommentIndicator Property
    in Excel's Help.


    example of code:

    Dim Cmt As Comment

    For Each Cmt In ActiveSheet.Comments
    Cmt.Visible = False
    Next


    etc


  3. #3
    Mark B via OfficeKB.com
    Guest

    Re: can comments be turned off


    yes. select Tools, Options, View tab, then change the setting for comments
    to whatever you want- the indicator only will show a red triangle in the cell
    with a comment

    smokiibear@gmail.com wrote:
    >can comments be turned off...so that they don't show unless you want
    >them to?
    >
    >thanks.


    --
    Mark Brindamour
    mtbrindamour[AT]hotmail[dot]com


    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...l-new/200507/1

+ 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