Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
riznob
 
Posts: n/a
Default Can you add a vertical scroll bar to an inserted comment?

I am tired of adjusting the size of the comment box. I just want the ability
to scroll downand see all of the entries.
  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default

riz

Cannot add scrollbar to Comments.

Can autosize with this macro.............

Sub Comments_AutoSize()
'posted by Dana DeLouis 2000-09-16
Dim MyComments As Comment
Dim lArea As Long
For Each MyComments In ActiveSheet.Comments
With MyComments
.Shape.TextFrame.AutoSize = True
If .Shape.Width 300 Then
lArea = .Shape.Width * .Shape.Height
.Shape.Width = 200
' An adjustment factor of 1.1 seems to work ok.
.Shape.Height = (lArea / 200) * 1.1
End If
End With
Next ' comment
End Sub


Gord Dibben Excel MVP

On Wed, 9 Feb 2005 05:29:02 -0800, riznob
wrote:

I am tired of adjusting the size of the comment box. I just want the ability
to scroll downand see all of the entries.


  #3   Report Post  
riznob
 
Posts: n/a
Default

Can you add a field with vertical scrolling in excel. not a drop down, an
actual field.

"Gord Dibben" wrote:

riz

Cannot add scrollbar to Comments.

Can autosize with this macro.............

Sub Comments_AutoSize()
'posted by Dana DeLouis 2000-09-16
Dim MyComments As Comment
Dim lArea As Long
For Each MyComments In ActiveSheet.Comments
With MyComments
.Shape.TextFrame.AutoSize = True
If .Shape.Width 300 Then
lArea = .Shape.Width * .Shape.Height
.Shape.Width = 200
' An adjustment factor of 1.1 seems to work ok.
.Shape.Height = (lArea / 200) * 1.1
End If
End With
Next ' comment
End Sub


Gord Dibben Excel MVP

On Wed, 9 Feb 2005 05:29:02 -0800, riznob
wrote:

I am tired of adjusting the size of the comment box. I just want the ability
to scroll downand see all of the entries.



  #4   Report Post  
Gord Dibben
 
Posts: n/a
Default

Check out ListBox from Control Toolbox or Forms Toolbar


Gord Dibben Excel MVP

On Wed, 9 Feb 2005 12:47:04 -0800, riznob
wrote:

Can you add a field with vertical scrolling in excel. not a drop down, an
actual field.

"Gord Dibben" wrote:

riz

Cannot add scrollbar to Comments.

Can autosize with this macro.............

Sub Comments_AutoSize()
'posted by Dana DeLouis 2000-09-16
Dim MyComments As Comment
Dim lArea As Long
For Each MyComments In ActiveSheet.Comments
With MyComments
.Shape.TextFrame.AutoSize = True
If .Shape.Width 300 Then
lArea = .Shape.Width * .Shape.Height
.Shape.Width = 200
' An adjustment factor of 1.1 seems to work ok.
.Shape.Height = (lArea / 200) * 1.1
End If
End With
Next ' comment
End Sub


Gord Dibben Excel MVP

On Wed, 9 Feb 2005 05:29:02 -0800, riznob
wrote:

I am tired of adjusting the size of the comment box. I just want the ability
to scroll downand see all of the entries.




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
In Excel 2000, how do I add a vertical scroll bar to a split scre. Lisa_196 Excel Discussion (Misc queries) 1 January 13th 05 09:12 PM
scroll bar Yevgeny Azrieli Excel Discussion (Misc queries) 1 December 16th 04 05:39 PM
Scroll bars (vertical and horizontal). Doc Excel Discussion (Misc queries) 2 December 7th 04 03:33 PM
comment indicators should feature lock or pw protect limiting acc. summer_rose Excel Worksheet Functions 1 December 3rd 04 07:02 AM
a comment plugin & copy paste directly from excel to comment ? fr. RFM Excel Worksheet Functions 0 December 1st 04 11:29 PM


All times are GMT +1. The time now is 10:12 AM.

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

About Us

"It's about Microsoft Excel"