View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default A control that does not scroll with worksheet

You can place the control either (1) within a frozen pane or (2) on a
floating toolbar.

--

Vasant

"John" wrote in message
om...
I would like to put a control on the right side of the worksheet and
if the user scrolls up and down this control should remain stationary.
My main interest is to show some reference information while the user
is entering data so the control can take the form of a label, textbox,
comment etc. Is there a way to do this?

Thank you

John