Hi folks - Does anyone know how to get scroll bars operating within a comments box?
![]()
Hi folks - Does anyone know how to get scroll bars operating within a comments box?
![]()
Excel does not support scroll bars in a comment box.
You could, though, create a userform to display the comments in a textbox which can have a scroll bar.
See attached. Select cell A1 on sheet1.
Last edited by Palmetto; 09-21-2009 at 07:44 AM. Reason: added workbook with VBA userform example
Thanks for this it's excellent - question is how do I achieve it?
![]()
Take some time to explore the workbook, particularly the VBA.Thanks for this it's excellent - question is how do I achieve it?
To access the VB Editor, press Alt + F11 keys. When finished with the VBE, press Alt + Q to exit.
In the workbook is a very basic userform with a single textbox that uses this simple code to get the comments from the activecell:
The user form is currently on set to show only when you select cell A1, but can be amended to encompass a larger range of cells. The worksheet module uses this bit of code:![]()
Please Login or Register to view this content.
The code is not fully developed or very robust and was only intended to show you a workaround since comment boxes don't support scrollbars.![]()
Please Login or Register to view this content.
First rate, thank you very much.
![]()
![]()
![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks