hi
bring up the vb editor. Alt+F11
one the menu bar.....Insert>user form. The tool box should appear beside it.
start designing.
you will need code to show the form on the sheet.
Sub mac1frmRRShow()
'change frmRR to the name of your form
Load frmRR
frmRR.Show 0 ' the zero show if form is modal or not. if modal, you have
to
'enter data and close the form before you can do
anything else
AppActivate Application.Caption
End Sub
You will need an initialization sub also.
Don't know what you mean. The act of designing a form is the same as
creating a form. Maybe I'm missing something. Post back and provide some
details about what you want to do. HTH Otto
Thank you very much for the response. I suppose I was thinking that the
simple task of creating a form that would enable a user to tab between
"fields" and enter data as well as select information from drop down lists
would not include vb codes and the like.
I was able to find out how to use "Data"->"Validation" to create the drop
down lists, but it is still not as user friendly, or visually appealing as I
would like.
But I am grateful for any help or hints you can provide.
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.