Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In Excel 2000, how do I add a vertical scroll bar to a split scre. | Excel Discussion (Misc queries) | |||
scroll bar | Excel Discussion (Misc queries) | |||
Scroll bars (vertical and horizontal). | Excel Discussion (Misc queries) | |||
comment indicators should feature lock or pw protect limiting acc. | Excel Worksheet Functions | |||
a comment plugin & copy paste directly from excel to comment ? fr. | Excel Worksheet Functions |