I have a form in excel which contains 8 values, and I would like for those values to be transferred to a different sheet once a specific button is pushed for uploading purposes. Is this even possible?
Dave Peterson - 24 Apr 2008 18:25 GMT
Maybe.
Is the form a userform (created in the VBE) or is it a worksheet that you
modified to look like a form?
I'm betting the latter.
If I'm right, you could use a macro:
http://contextures.com/xlForm02.html
And you may want to look at this one, too:
http://contextures.com/xlForm03.html
Both of these are from Debra Dalgleish's site.
If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

Signature
Dave Peterson
David Stricklen - 24 Apr 2008 19:17 GMT
This is a great start. Thanks!