Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 193
Default ScroolBar - Showing Blank Names

Hi Guys

In Excel 2002 I have a scrollbar that works whwn I scroll up & down ie
records change on the form but the scrollbar is empty I dont see anything in
the scrollbar

What am I doing wrong? - Terry
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default ScroolBar - Showing Blank Names

How did you create this scrollbar?

Is it a listbox or combobox from the Forms or Control Toolbox?

If you scroll up and down and records change on the form there must be
something driving the changes.


Gord Dibben MS Excel MVP

On Thu, 4 Sep 2008 11:30:00 -0700, Terry
wrote:

Hi Guys

In Excel 2002 I have a scrollbar that works whwn I scroll up & down ie
records change on the form but the scrollbar is empty I dont see anything in
the scrollbar

What am I doing wrong? - Terry


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 193
Default ScroolBar - Showing Blank Names

Thanks for the reply Gord

It's a scrollbar on a form in VBA below is the code

I tried Me.ScrollBar1.RowSource = "a4:a11" but gives an error any way i
code it

Private Sub UserForm_Initialize()
Set DataSheet = ActiveSheet
RecNum = 3
Me.ScrollBar1.Min = 3
Me.ScrollBar1.Max = DataSheet.Cells(DataSheet.Rows.Count, 1).End(xlUp).Row + 1
Me.ScrollBar1.Value = RecNum
Me.CommandButton1.Caption = "Save"
Me.Label1.Caption = "Name"
End Sub


"Gord Dibben" wrote:

How did you create this scrollbar?

Is it a listbox or combobox from the Forms or Control Toolbox?

If you scroll up and down and records change on the form there must be
something driving the changes.


Gord Dibben MS Excel MVP

On Thu, 4 Sep 2008 11:30:00 -0700, Terry
wrote:

Hi Guys

In Excel 2002 I have a scrollbar that works whwn I scroll up & down ie
records change on the form but the scrollbar is empty I dont see anything in
the scrollbar

What am I doing wrong? - Terry



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
I need the cell to be blank instead of showing #DIV/0! Iain Excel Discussion (Misc queries) 5 May 29th 08 06:55 PM
Showing names Learning Excel Excel Discussion (Misc queries) 1 January 12th 08 05:22 PM
Showing Series Names in Legend Andy Charts and Charting in Excel 1 March 23rd 07 02:59 PM
Office 2K3 Scroolbar Format Control missing a tab. Sokan33 Excel Discussion (Misc queries) 3 August 16th 06 09:36 PM
Not showing blank and non blank items in filter mode for values Bhaskar Polisetty Excel Worksheet Functions 0 June 20th 06 02:04 PM


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