Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Are there any dangers in adding a lot of "comments" to a workbook?

I could make use of Comments attached to individual for
storing contextual information in a highly automated multi-
worksheet "database" that I have developed and use a lot.
This would keep the spreadsheets simple and, although the
information stored in them would not be immediately
displayed on the screen, it could be easily accessed and
read by users. By entering the comments using a shape
commands, the comment box can also be made fairly
attractive to view. For eaxmple,

With....
.Comment.Shape.AutoShapeType =
msoShapeFlowchartAlternateProcess
.Comment.Shape.Height = ptsHeight
.Comment.Shape.Width = ptsWidth
...
End With

However, I am concerned that adding a lot of comments to a
workbook, which is already 3.5 megabytes and contains over
40 weorksheets, could eventually slow it down and lead to
problems.

Using comments in this way would essentially amount to
storing a consdierable amount of the information in
antoehr dimension of the workbook besides table cells --
i.e., comment boxes attached to those table cells
containing contextual information.

The conservative in me says this might lead to trouble if
a lot of the comment boxes are added. I have visions of
100s or 1,00s of pointers colliding with each other and
bringing the whole workbook down.

Is there any cause for concern? shoudl I stop this
foolishness?

John Wirt
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
Adding data only if adjacent to cell labeled "male"/"female" lovesrubbaducky Excel Worksheet Functions 1 November 23rd 09 05:49 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
=SUM((C2:C7000="Friday")*(F2:F7000="8:00:00 AM")) not adding chubbybat Excel Discussion (Misc queries) 9 March 5th 08 01:40 PM
"Adding" rows from one workbook to another, and expanding workbooks by row The Third Man Excel Discussion (Misc queries) 2 July 25th 06 05:50 PM
Adding "New" "Insert" "Delete" into a workbook to change from data 1 to data 2 etc Bob Reynolds[_2_] Excel Programming 0 March 4th 04 08:52 PM


All times are GMT +1. The time now is 07:09 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"