How do I ....

G

Guest

I have a form (not a user form, but a worksheet designed like a form)I would
like to create a standard worksheet (standard Row/Column) from this, but be
able to use this as "form" as an input for the worksheet layed out as
standard RowColumn worksheet

How would the best way to do this be?

Also, can I somehow convert this "form" into a userform layout?


Thanks
Bruce
 
D

Dave Peterson

You may want to skip the intermediate step and just use Data|Form.

And if you like that, you might even like John Walkenbach's enhanced version:
http://j-walk.com/ss/dataform/index.htm

And if it turns out you like that, but want to modify it, you can buy access to
the source pretty cheaply (20USD).
 
D

Dave Peterson

Maybe you could add a macro that copies the relevant cells to a nicely laid out
worksheet.

Then put a button on the form that finds the next available row and starts
copying those cells into that row.
 

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