Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default data info on a form

HI!
I've been pretty lucky in the past with the responses on here... so I'm
going to try again... sorry if these questions seem to be pretty basic...

I need to write a macro attached to a button that if "yes" is pressed it
opens another form that the user would enter in 7 fields of information and
when the user presses "write" would put that info in row 140 (starting in
column "a" if that makes a difference) and then allow the user to input more
info into the same form above and put the info in row 141, then 142, etc if
no more info needed then the user would press "done".

The amount of data needed would vary by period, if that matters, but must
always start on row 140 and overwrite the previous info if need be.

This seems to pretty straight forward but since this is my first attempt at
this I want to ensure that I have an idea of how to do this before trying to
write this...

As always any and all assistance is greatly appreciated!

Greg


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default data info on a form

http://support.microsoft.com/default.aspx?kbid=161514
XL97: How to Use a UserForm for Entering Data

http://support.microsoft.com/default.aspx?kbid=213749
XL2000: How to Use a UserForm for Entering Data

http://support.microsoft.com/?id=168067
XL97: WE1163: "Visual Basic Examples for Controlling UserForms"

Microsoft(R) Visual Basic(R) for Applications Examples for Controlling
UserForms in Microsoft Excel 97

This Application Note is an introduction to manipulating UserForms in
Microsoft Excel 97. It includes examples and Microsoft Visual Basic for
Applications macros that show you how to take advantage of the capabilities
of UserForms and use each of the ActiveX controls that are available for
UserForms

http://www.microsoft.com/ExcelDev/Articles/sxs11pt1.htm
Lesson 11: Creating a Custom Form
Excerpted from Microsoft® Excel 97 Visual Basic® Step by Step.

--
Regards,
Tom Ogilvy



"Gbiwan" wrote in message
...
HI!
I've been pretty lucky in the past with the responses on here... so I'm
going to try again... sorry if these questions seem to be pretty basic...

I need to write a macro attached to a button that if "yes" is pressed it
opens another form that the user would enter in 7 fields of information

and
when the user presses "write" would put that info in row 140 (starting in
column "a" if that makes a difference) and then allow the user to input

more
info into the same form above and put the info in row 141, then 142, etc

if
no more info needed then the user would press "done".

The amount of data needed would vary by period, if that matters, but must
always start on row 140 and overwrite the previous info if need be.

This seems to pretty straight forward but since this is my first attempt

at
this I want to ensure that I have an idea of how to do this before trying

to
write this...

As always any and all assistance is greatly appreciated!

Greg




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default data info on a form

Thanks Tom!

WOW! Great Info!
Have a Great weekend!

TTFN
Greg

"Tom Ogilvy" wrote in message
...
http://support.microsoft.com/default.aspx?kbid=161514
XL97: How to Use a UserForm for Entering Data

http://support.microsoft.com/default.aspx?kbid=213749
XL2000: How to Use a UserForm for Entering Data

http://support.microsoft.com/?id=168067
XL97: WE1163: "Visual Basic Examples for Controlling UserForms"

Microsoft(R) Visual Basic(R) for Applications Examples for Controlling
UserForms in Microsoft Excel 97

This Application Note is an introduction to manipulating UserForms in
Microsoft Excel 97. It includes examples and Microsoft Visual Basic for
Applications macros that show you how to take advantage of the

capabilities
of UserForms and use each of the ActiveX controls that are available for
UserForms

http://www.microsoft.com/ExcelDev/Articles/sxs11pt1.htm
Lesson 11: Creating a Custom Form
Excerpted from Microsoft® Excel 97 Visual Basic® Step by Step.

--
Regards,
Tom Ogilvy



"Gbiwan" wrote in message
...
HI!
I've been pretty lucky in the past with the responses on here... so I'm
going to try again... sorry if these questions seem to be pretty

basic...

I need to write a macro attached to a button that if "yes" is pressed

it
opens another form that the user would enter in 7 fields of information

and
when the user presses "write" would put that info in row 140 (starting

in
column "a" if that makes a difference) and then allow the user to input

more
info into the same form above and put the info in row 141, then 142, etc

if
no more info needed then the user would press "done".

The amount of data needed would vary by period, if that matters, but

must
always start on row 140 and overwrite the previous info if need be.

This seems to pretty straight forward but since this is my first attempt

at
this I want to ensure that I have an idea of how to do this before

trying
to
write this...

As always any and all assistance is greatly appreciated!

Greg






  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default data info on a form

A new one Tom to add to your list

How to use Visual Basic for Applications examples to control UserForms in Microsoft Excel
http://support.microsoft.com/default...b;en-us;829070

I hope to have time to read it next week (very busy in the flowers on this moment)


--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)
www.rondebruin.nl



"Tom Ogilvy" wrote in message ...
http://support.microsoft.com/default.aspx?kbid=161514
XL97: How to Use a UserForm for Entering Data

http://support.microsoft.com/default.aspx?kbid=213749
XL2000: How to Use a UserForm for Entering Data

http://support.microsoft.com/?id=168067
XL97: WE1163: "Visual Basic Examples for Controlling UserForms"

Microsoft(R) Visual Basic(R) for Applications Examples for Controlling
UserForms in Microsoft Excel 97

This Application Note is an introduction to manipulating UserForms in
Microsoft Excel 97. It includes examples and Microsoft Visual Basic for
Applications macros that show you how to take advantage of the capabilities
of UserForms and use each of the ActiveX controls that are available for
UserForms

http://www.microsoft.com/ExcelDev/Articles/sxs11pt1.htm
Lesson 11: Creating a Custom Form
Excerpted from Microsoft® Excel 97 Visual Basic® Step by Step.

--
Regards,
Tom Ogilvy



"Gbiwan" wrote in message
...
HI!
I've been pretty lucky in the past with the responses on here... so I'm
going to try again... sorry if these questions seem to be pretty basic...

I need to write a macro attached to a button that if "yes" is pressed it
opens another form that the user would enter in 7 fields of information

and
when the user presses "write" would put that info in row 140 (starting in
column "a" if that makes a difference) and then allow the user to input

more
info into the same form above and put the info in row 141, then 142, etc

if
no more info needed then the user would press "done".

The amount of data needed would vary by period, if that matters, but must
always start on row 140 and overwrite the previous info if need be.

This seems to pretty straight forward but since this is my first attempt

at
this I want to ensure that I have an idea of how to do this before trying

to
write this...

As always any and all assistance is greatly appreciated!

Greg






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default data info on a form

Thanks Ron!


"Ron de Bruin" wrote in message
...
A new one Tom to add to your list

How to use Visual Basic for Applications examples to control UserForms in

Microsoft Excel
http://support.microsoft.com/default...b;en-us;829070

I hope to have time to read it next week (very busy in the flowers on this

moment)


--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)
www.rondebruin.nl



"Tom Ogilvy" wrote in message

...
http://support.microsoft.com/default.aspx?kbid=161514
XL97: How to Use a UserForm for Entering Data

http://support.microsoft.com/default.aspx?kbid=213749
XL2000: How to Use a UserForm for Entering Data

http://support.microsoft.com/?id=168067
XL97: WE1163: "Visual Basic Examples for Controlling UserForms"

Microsoft(R) Visual Basic(R) for Applications Examples for Controlling
UserForms in Microsoft Excel 97

This Application Note is an introduction to manipulating UserForms in
Microsoft Excel 97. It includes examples and Microsoft Visual Basic for
Applications macros that show you how to take advantage of the

capabilities
of UserForms and use each of the ActiveX controls that are available for
UserForms

http://www.microsoft.com/ExcelDev/Articles/sxs11pt1.htm
Lesson 11: Creating a Custom Form
Excerpted from Microsoft® Excel 97 Visual Basic® Step by Step.

--
Regards,
Tom Ogilvy



"Gbiwan" wrote in message
...
HI!
I've been pretty lucky in the past with the responses on here... so

I'm
going to try again... sorry if these questions seem to be pretty

basic...

I need to write a macro attached to a button that if "yes" is pressed

it
opens another form that the user would enter in 7 fields of

information
and
when the user presses "write" would put that info in row 140 (starting

in
column "a" if that makes a difference) and then allow the user to

input
more
info into the same form above and put the info in row 141, then 142,

etc
if
no more info needed then the user would press "done".

The amount of data needed would vary by period, if that matters, but

must
always start on row 140 and overwrite the previous info if need be.

This seems to pretty straight forward but since this is my first

attempt
at
this I want to ensure that I have an idea of how to do this before

trying
to
write this...

As always any and all assistance is greatly appreciated!

Greg










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
Info from Word form into Excel cells Dawn Excel Discussion (Misc queries) 0 August 17th 07 02:20 AM
User Form Info Peter Excel Discussion (Misc queries) 4 April 13th 06 01:05 PM
How do I type info on a ceated form Lisa HH New Users to Excel 1 October 1st 05 12:16 AM
Adding info onto a "permanent" form Howeey Excel Worksheet Functions 1 December 25th 04 08:12 PM
Form info to different spreadsheet Glenn Excel Programming 2 January 28th 04 11:13 AM


All times are GMT +1. The time now is 11:36 PM.

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"