View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Matthew Pfluger Matthew Pfluger is offline
external usenet poster
 
Posts: 130
Default List objects and Buttons

Set the button's Top property based on the List Object's Top and Height
properties. For example,

Button.Top = List.Top + List.Height + Gap

You may have to play around with the syntax to make it work for you, but
hopefully that will point you in the right direction.

Matthew Pfluger

"lrjanzen13" wrote:

I have a list object over a Button is there a way to keep the listo boject
from rolling over the button? I have tried the Object positioning settings
under format control with no luck. I need to have the button move down as the
list grows.
--
Thanks
Lonnie