Thread: FLOATING BOX
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default FLOATING BOX

Actually, split windows sounds like the solution you want. Split them
horizontally and then make the low portion small and scroll to the data you
want displayed. Unfortunately, you can't both freeze and split. The only
other would be to make your window a window (not maximized) and then do
Window, New Window. Take the new window and position it under the first
window, size it and scroll to the area you want to display.

--
Regards,
Tom Ogilvy

"Fernando Duran" wrote in message
...
I never used the status bar, but it is a good idea.. split windows, not,
the other solution was to freeze a part of the screen, but is already
frozen at the top, and the information to be display is at the bottom,
i'm talking # of ctna, pieces, subtotal, taxes, etc, that is the type of
information i want to put at the eyes of the user. As it's right now,
they have to go to the bottom of the page to see it....
Did you get the idea?

Fernando

Tom Ogilvy wrote:

ho,w about using the status bar with code

Application.StatusBar =

or you can split windows. Window = Split from the menu.

It isn't totally clear what you want to do, so hard to say.