Window into a worksheet while on a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to view part of a worksheet while on a userform? I would like
to have a window on the form that I could see variuos cells in a worksheet
and see them change as I selected items on the form.

Thanks
 
Maybe in your userform load or show code line add "vbmodeless", like so:

Userform1.Show vbModeless

Frees you up from being locked-down from the form.

HTH,
 
Just to add to Jim's response...

This was added in xl2k. It won't work in xl97.
 
This worked for me but it is not exactly what I was hoping for. What I really
wanted was a window on the form that windows me into a portion of a
spreadsheet.
 
I don't think you'll find anything built into excel that allows you to do this.

Jason said:
This worked for me but it is not exactly what I was hoping for. What I really
wanted was a window on the form that windows me into a portion of a
spreadsheet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top