User forms

A

Andre7266

I am using Excel 2003. I have a spreadsheet called planning. In one tab,
labelled "plandata", I have my planning data. In a separate tab, I have
created a User Form. This form uses selected fields from "plandata", or it
will. I want to hide the plandata sheet and display the select fields in my
User Form (frmPlanData) for the users to edit. They will NOT add or delete
any records in the file - Edit only.
I can create the form but can't get it to display the records from the other
sheet.
Help!
Obviously new to forms in Excel.
Thanks.
 
R

RB Smissaert

Did you fully qualify the ranges in the other sheet, so including the sheet?
Should do something like:

With Sheets("planning")

..range etc.

End With

If this is not the problem then show the relevant code.


RBS
 
A

Andre7266

I do not have a clue as to what you just said. I have the planning sheet. The
second sheet is blank with my vb code for the user form. On startup I can
bring up the form. However, the form comes up blank without any data from
planning. When I call the form, is that where I am support to put the "With
Sheets("planning")???
Thanks.
 
R

RB Smissaert

You will have to explain a bit better what you are doing and show the
relevant code.
The second sheet is blank with my vb code for the user form.

What exactly do you mean with that?

RBS
 

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

Top