Multiple forms

C

c-r-abreu

Hello everyone:
I need some assistance. I am working of a workbook to process some
information that is going to use forms for input. The questions are
so many that I had to put them in multiple forms so the answer chosen
( some are check boxes, some option buttons and some combo boxes) fill
specific cells. The problem I have is that only one form works and
the other don't transfer anything to the spreadsheet and the command
buttons previous and next don't send me to the intended form.
Suggestions anyone? Thanks much for any information.
Carlos
 
B

Bob Phillips

How about adding a Multipage control to the form instead of using multiple
forms?

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
C

c-r-abreu

Hello everyone:
I need some assistance. I am working of a workbook to process some
information that is going to use forms for input. The questions are
so many that I had to put them in multiple forms so the answer chosen
( some are check boxes, some option buttons and some combo boxes) fill
specific cells. The problem I have is that only one form works and
the other don't transfer anything to the spreadsheet and the command
buttons previous and next don't send me to the intended form.
Suggestions anyone? Thanks much for any information.
Carlos

That is the answer. Man, did I miss the boat on that one or that.
I'll let you know how it works out.
 
B

Bob Phillips

Yeah please do. I like to keep multiple documents down, I don't think it
adds to the user experience, and is always more difficult to handle.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Top