Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a client that has excel 2002. She has added a
scroll bar to a cell in a very simple spreadsheet. There is lots of data in that one cell that she wants to be able to scroll through. She added the scrollbar using the control toolbox, but after exiting design mode the scroll bar does not work. Neither of us know visual basic, but here is the code that it generated automatically. Is there something else that needs to be done to have this scroll bar work? Private Sub ScrollBar1_Change() End Sub Thanks!! Carla |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Carla
As far as i am aware, you can't add a scroll bar to a cell, what you have done is put a S/B on to the "picture" layer of the worksheet (there is an invisiable sheet for picture and controls to go on), i dont have 2002 with me at the mo, so i'm not 100% but i dont think you can add a SB to a CELL,... also why? any way sorry not much help ross ps the code Private Sub ScrollBar1_Change() End Sub is the deflut code of the control |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Carla
As far as i am aware, you can't add a scroll bar to a cell, what you have done is put a S/B on to the "picture" layer of the worksheet (there is an invisiable sheet for picture and controls to go on), i dont have 2002 with me at the mo, so i'm not 100% but i dont think you can add a SB to a CELL,... also why? any way sorry not much help ross ps the code Private Sub ScrollBar1_Change() End Sub is the deflut code of the control |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Show the horizontal scroll bar in Excell 2002 | Excel Discussion (Misc queries) | |||
Outlook 2002 calendar dates exported to Excel 2002 sort incorrectl | Excel Worksheet Functions | |||
Cant scroll down in 2002 xls, slider moves, but stays on first 25 | Excel Discussion (Misc queries) | |||
Can you print labels using Excel 2002 in a Word 2002 mail merge? | Excel Discussion (Misc queries) | |||
Excel 2002 files attached to Outlook 2002 EMails change size | Excel Programming |