Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Creating Forms in Excel

Can anyone recommed a good book/chapter to learn how to creat a form in
excell that will fill in a second document?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Creating Forms in Excel


Peter Aiken Articles:
Part I
http://msdn.microsoft.com/library/en...FormsPartI.asp

Part II
http://msdn.microsoft.com/library/en...ormsPartII.asp

--
---
HTH

Bob

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



"Greengard" wrote in message
...
Can anyone recommed a good book/chapter to learn how to creat a form in
excell that will fill in a second document?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Creating Forms in Excel

Follow Debra's instructions and illustrations and you will be good to go.

http://www.contextures.on.ca/xlUserForm01.html


Gord Dibben MS Excel MVP

On Fri, 18 May 2007 13:33:02 -0700, Greengard
wrote:

Can anyone recommed a good book/chapter to learn how to creat a form in
excell that will fill in a second document?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Creating Forms in Excel

I'm interested in creating forms also--tried the links below but they don't
work--when you get a moment, if you would please post the revised links.
Thank you very much! Maria

"Bob Phillips" wrote:


Peter Aiken Articles:
Part I
http://msdn.microsoft.com/library/en...FormsPartI.asp

Part II
http://msdn.microsoft.com/library/en...ormsPartII.asp

--
---
HTH

Bob

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



"Greengard" wrote in message
...
Can anyone recommed a good book/chapter to learn how to creat a form in
excell that will fill in a second document?




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Creating Forms in Excel

Thank you this link was perfect. I've created my first form successful and
capture data.

Now how do i go about in creating or using a form to view and edit the data
that is already capture in to excel flat file.

"Gord Dibben" wrote:

Follow Debra's instructions and illustrations and you will be good to go.

http://www.contextures.on.ca/xlUserForm01.html


Gord Dibben MS Excel MVP

On Fri, 18 May 2007 13:33:02 -0700, Greengard
wrote:

Can anyone recommed a good book/chapter to learn how to creat a form in
excell that will fill in a second document?





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Creating Forms in Excel

I don't understand your question about viewing and editing existing captured
data in a "flat file"

Might be an "old guy" thing but I, for one, need more detail.


Gord

On Mon, 26 Jan 2009 03:56:01 -0800, Gaylen wrote:

Thank you this link was perfect. I've created my first form successful and
capture data.

Now how do i go about in creating or using a form to view and edit the data
that is already capture in to excel flat file.

"Gord Dibben" wrote:

Follow Debra's instructions and illustrations and you will be good to go.

http://www.contextures.on.ca/xlUserForm01.html


Gord Dibben MS Excel MVP

On Fri, 18 May 2007 13:33:02 -0700, Greengard
wrote:

Can anyone recommed a good book/chapter to learn how to creat a form in
excell that will fill in a second document?




  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Creating Forms in Excel

I've create a form to capture my invoice into a worksheet. on the worksheet
i've added another column named Comment.

Now i want to view the invoice and enter comment like "service ok", "canceld"

The problem of doing it in the worksheet self is a little problematic
because the worksheet contains over 71 columns and over a 1000 rows.

I was wondering if the form that i've created in VBA can be used to view
information that was alredy entered and add comment or edit the comment

"Gord Dibben" wrote:

I don't understand your question about viewing and editing existing captured
data in a "flat file"

Might be an "old guy" thing but I, for one, need more detail.


Gord

On Mon, 26 Jan 2009 03:56:01 -0800, Gaylen wrote:

Thank you this link was perfect. I've created my first form successful and
capture data.

Now how do i go about in creating or using a form to view and edit the data
that is already capture in to excel flat file.

"Gord Dibben" wrote:

Follow Debra's instructions and illustrations and you will be good to go.

http://www.contextures.on.ca/xlUserForm01.html


Gord Dibben MS Excel MVP

On Fri, 18 May 2007 13:33:02 -0700, Greengard
wrote:

Can anyone recommed a good book/chapter to learn how to creat a form in
excell that will fill in a second document?




  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Creating Forms in Excel

Gaylen

My skills in this area are very limited and I don't work with UserForms on a
regular basis so not sure what you can do with them.

I would suggest waiting for someone with the expertise to jump in or perhaps
you could re-post in the Programming news group.


Gord


On Wed, 28 Jan 2009 02:09:01 -0800, Gaylen wrote:

I've create a form to capture my invoice into a worksheet. on the worksheet
i've added another column named Comment.

Now i want to view the invoice and enter comment like "service ok", "canceld"

The problem of doing it in the worksheet self is a little problematic
because the worksheet contains over 71 columns and over a 1000 rows.

I was wondering if the form that i've created in VBA can be used to view
information that was alredy entered and add comment or edit the comment

"Gord Dibben" wrote:

I don't understand your question about viewing and editing existing captured
data in a "flat file"

Might be an "old guy" thing but I, for one, need more detail.


Gord

On Mon, 26 Jan 2009 03:56:01 -0800, Gaylen wrote:

Thank you this link was perfect. I've created my first form successful and
capture data.

Now how do i go about in creating or using a form to view and edit the data
that is already capture in to excel flat file.

"Gord Dibben" wrote:

Follow Debra's instructions and illustrations and you will be good to go.

http://www.contextures.on.ca/xlUserForm01.html


Gord Dibben MS Excel MVP

On Fri, 18 May 2007 13:33:02 -0700, Greengard
wrote:

Can anyone recommed a good book/chapter to learn how to creat a form in
excell that will fill in a second document?





  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Creating Forms in Excel

If you're not showing all 71 of those columns, then you may want to look at
excel's built in version:
Data|Form (in xl2003 menus)

If that's not enough...
You could look at John Walkenbach's enhanced data form:
http://j-walk.com/ss/dataform/index.htm

The source code is available for a small fee ($20 USA, IIRC). So you can modify
it as much as you want.

And if you want to design your own:

Debra Dalgleish shares some tips:
http://contextures.com/xlUserForm01.html

=================
Personally, I like to do my data entry directly into the worksheet itself. I
find that I can use data|Filter|autofilter and show/hide what I want. I can
sort the way I like.

I can enter a value into multiple cells at once. I can drag values. I can hide
columns that I don't want to see.




Gaylen wrote:

I've create a form to capture my invoice into a worksheet. on the worksheet
i've added another column named Comment.

Now i want to view the invoice and enter comment like "service ok", "canceld"

The problem of doing it in the worksheet self is a little problematic
because the worksheet contains over 71 columns and over a 1000 rows.

I was wondering if the form that i've created in VBA can be used to view
information that was alredy entered and add comment or edit the comment

"Gord Dibben" wrote:

I don't understand your question about viewing and editing existing captured
data in a "flat file"

Might be an "old guy" thing but I, for one, need more detail.


Gord

On Mon, 26 Jan 2009 03:56:01 -0800, Gaylen wrote:

Thank you this link was perfect. I've created my first form successful and
capture data.

Now how do i go about in creating or using a form to view and edit the data
that is already capture in to excel flat file.

"Gord Dibben" wrote:

Follow Debra's instructions and illustrations and you will be good to go.

http://www.contextures.on.ca/xlUserForm01.html


Gord Dibben MS Excel MVP

On Fri, 18 May 2007 13:33:02 -0700, Greengard
wrote:

Can anyone recommed a good book/chapter to learn how to creat a form in
excell that will fill in a second document?





--

Dave Peterson
  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Creating Forms in Excel

Dave I'm using all 71 colums and that was the reason why i've created a user
form becuase excel's data form could handle the size.

Presently i'do make use of auto filter and advanced filter. That why i was
thinking that if i created a form to capture the data, why can't i use the
same form to edit the data or modify the data or add to the data that was
partially entered.

Thanks to Debra Dalgleish instructions I was Able to create the form to
capture the data.

"Dave Peterson" wrote:

If you're not showing all 71 of those columns, then you may want to look at
excel's built in version:
Data|Form (in xl2003 menus)

If that's not enough...
You could look at John Walkenbach's enhanced data form:
http://j-walk.com/ss/dataform/index.htm

The source code is available for a small fee ($20 USA, IIRC). So you can modify
it as much as you want.

And if you want to design your own:

Debra Dalgleish shares some tips:
http://contextures.com/xlUserForm01.html

=================
Personally, I like to do my data entry directly into the worksheet itself. I
find that I can use data|Filter|autofilter and show/hide what I want. I can
sort the way I like.

I can enter a value into multiple cells at once. I can drag values. I can hide
columns that I don't want to see.




Gaylen wrote:

I've create a form to capture my invoice into a worksheet. on the worksheet
i've added another column named Comment.

Now i want to view the invoice and enter comment like "service ok", "canceld"

The problem of doing it in the worksheet self is a little problematic
because the worksheet contains over 71 columns and over a 1000 rows.

I was wondering if the form that i've created in VBA can be used to view
information that was alredy entered and add comment or edit the comment

"Gord Dibben" wrote:

I don't understand your question about viewing and editing existing captured
data in a "flat file"

Might be an "old guy" thing but I, for one, need more detail.


Gord

On Mon, 26 Jan 2009 03:56:01 -0800, Gaylen wrote:

Thank you this link was perfect. I've created my first form successful and
capture data.

Now how do i go about in creating or using a form to view and edit the data
that is already capture in to excel flat file.

"Gord Dibben" wrote:

Follow Debra's instructions and illustrations and you will be good to go.

http://www.contextures.on.ca/xlUserForm01.html


Gord Dibben MS Excel MVP

On Fri, 18 May 2007 13:33:02 -0700, Greengard
wrote:

Can anyone recommed a good book/chapter to learn how to creat a form in
excell that will fill in a second document?





--

Dave Peterson



  #11   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Creating Forms in Excel

Debra does nice work!

You may want to add her site to your favorites. There's lots more helpful
information there.

Gaylen wrote:

Dave I'm using all 71 colums and that was the reason why i've created a user
form becuase excel's data form could handle the size.

Presently i'do make use of auto filter and advanced filter. That why i was
thinking that if i created a form to capture the data, why can't i use the
same form to edit the data or modify the data or add to the data that was
partially entered.

Thanks to Debra Dalgleish instructions I was Able to create the form to
capture the data.

"Dave Peterson" wrote:

If you're not showing all 71 of those columns, then you may want to look at
excel's built in version:
Data|Form (in xl2003 menus)

If that's not enough...
You could look at John Walkenbach's enhanced data form:
http://j-walk.com/ss/dataform/index.htm

The source code is available for a small fee ($20 USA, IIRC). So you can modify
it as much as you want.

And if you want to design your own:

Debra Dalgleish shares some tips:
http://contextures.com/xlUserForm01.html

=================
Personally, I like to do my data entry directly into the worksheet itself. I
find that I can use data|Filter|autofilter and show/hide what I want. I can
sort the way I like.

I can enter a value into multiple cells at once. I can drag values. I can hide
columns that I don't want to see.




Gaylen wrote:

I've create a form to capture my invoice into a worksheet. on the worksheet
i've added another column named Comment.

Now i want to view the invoice and enter comment like "service ok", "canceld"

The problem of doing it in the worksheet self is a little problematic
because the worksheet contains over 71 columns and over a 1000 rows.

I was wondering if the form that i've created in VBA can be used to view
information that was alredy entered and add comment or edit the comment

"Gord Dibben" wrote:

I don't understand your question about viewing and editing existing captured
data in a "flat file"

Might be an "old guy" thing but I, for one, need more detail.


Gord

On Mon, 26 Jan 2009 03:56:01 -0800, Gaylen wrote:

Thank you this link was perfect. I've created my first form successful and
capture data.

Now how do i go about in creating or using a form to view and edit the data
that is already capture in to excel flat file.

"Gord Dibben" wrote:

Follow Debra's instructions and illustrations and you will be good to go.

http://www.contextures.on.ca/xlUserForm01.html


Gord Dibben MS Excel MVP

On Fri, 18 May 2007 13:33:02 -0700, Greengard
wrote:

Can anyone recommed a good book/chapter to learn how to creat a form in
excell that will fill in a second document?





--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating Forms with Excel 2007 Mishu New Users to Excel 2 January 2nd 07 10:20 PM
Excel 2007 and creating Forms Mishu Excel Discussion (Misc queries) 1 January 2nd 07 07:21 PM
Creating excel forms Enrique Excel Discussion (Misc queries) 1 November 4th 06 12:05 PM
Creating Forms in Excel Liju George Excel Discussion (Misc queries) 1 July 10th 06 04:38 PM
Creating forms in excel Dee Excel Discussion (Misc queries) 1 July 28th 05 02:45 AM


All times are GMT +1. The time now is 05:53 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"