Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 92
Default Turn on Comment Indicator Only

Is there a way in VBA to turn on the Comment Indicator Only option in Tools:Options. I need to make sure that this option is selected when any user opens the document. Also, if I can do this in VBA, do I need to put this in the workbook code? Thanks. Matt
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 102
Default Turn on Comment Indicator Only

Place this in the workbook code module, this runs only when the workbook is
first opened.

Private Sub Workbook_Open()
Application.DisplayCommentIndicator = xlCommentIndicatorOnly
End Sub

--
Regards,
Rocky McKinley


"Matt" wrote in message
...
Is there a way in VBA to turn on the Comment Indicator Only option in

Tools:Options. I need to make sure that this option is selected when any
user opens the document. Also, if I can do this in VBA, do I need to put
this in the workbook code? Thanks. Matt


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
comment indicator line Liz Excel Worksheet Functions 0 February 22nd 07 10:33 PM
How do I move comment indicator to different corner of cell? TVK Excel Worksheet Functions 1 February 8th 07 11:36 PM
changing comment indicator colour Ady Excel Discussion (Misc queries) 1 August 31st 06 01:51 PM
format comment indicator hmurchison Excel Discussion (Misc queries) 2 January 29th 06 07:04 AM
I have one missing comment indicator amongst several. How can i c. Banana Excel Discussion (Misc queries) 10 February 18th 05 08:17 AM


All times are GMT +1. The time now is 07:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"