Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Data passed to spreadsheet from Form. How to reload the spreadsheetdata into the Form?

I am creating a user form to track training at work for multiple
employees.

I created a userform to enter the data and figured out how to enter
that data into a spreadsheet by creating a submit button.
Here's where I need help.....
I want to be able to lookup by employee ID#, using a search button on
the userform that will allow it to autofill all of the information
back onto the userform so I can make updates and or changes to an
individuals training dates or classes or whatever the specific data
is. Then to be a bigger pain in the butt. I want to be able to hit
"submit" on the userform and have the info on the spreadsheet updated
with the new info.

Can anybody help? I taught myself all of the stuff I have done so
far
but, I am totally stuck.

If anybody is willing to help I would greatly appreciate it.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 703
Default Data passed to spreadsheet from Form. How to reload thespreadsheet data into the Form?

Hi

We need more information on layout of your userform and worksheet, to
give any usefull guidance.

Regards,
Per

On 7 Maj, 04:43, Morlin wrote:
I am creating a user form to track training at work for multiple
employees.

I created a userform to enter the data and figured out how to enter
that data into a spreadsheet by creating a submit button.
Here's where I need help.....
I want to be able to lookup by employee ID#, using a search button on
the userform that will allow it to autofill all of the information
back onto the userform so I can make updates and or changes to an
individuals training dates or classes or whatever the specific data
is. *Then to be a bigger pain in the butt. *I want to be able to hit
"submit" on the userform and have the info on the spreadsheet updated
with the new info.

Can anybody help? *I taught myself all of the stuff I have done so
far
but, I am totally stuck.

If anybody is willing to help I would greatly appreciate it.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Data passed to spreadsheet from Form. How to reload thespreadsheet data into the Form?

On May 6, 7:48*pm, Per Jessen wrote:
Hi

We need more information on layout of your userform and worksheet, to
give any usefull guidance.

Regards,
Per

On 7 Maj, 04:43, Morlin wrote:



I am creating a user form to track training at work for multiple
employees.


I created a userform to enter the data and figured out how to enter
that data into a spreadsheet by creating a submit button.
Here's where I need help.....
I want to be able to lookup by employee ID#, using a search button on
the userform that will allow it to autofill all of the information
back onto the userform so I can make updates and or changes to an
individuals training dates or classes or whatever the specific data
is. *Then to be a bigger pain in the butt. *I want to be able to hit
"submit" on the userform and have the info on the spreadsheet updated
with the new info.


Can anybody help? *I taught myself all of the stuff I have done so
far
but, I am totally stuck.


If anybody is willing to help I would greatly appreciate it.- Hide quoted text -


- Show quoted text -


Ok. forgive me if it's not given in technical phrases.

My userform is laid out by Serial #, last name, first name with text
boxes for each. As well as 6 text boxes that dates are loaded into.
when I hit submit it lists the exact text or dates i typed into the
spreadsheet.

I then list mandatory training by title with check boxes 44 total
check boxes. When I hit submit each one records 1 in the spreadhseet
for number of hours credit the student recieved for the training
class.

The final section of the Form is textboxes that I enter a class name
in one text box and # of hours for various other classes in the next
box. The hours and the class record when I hit submit.

All of these are laid out so I hit submit once everything is entered
and it records them in the appropriate colum with a submit button that
I figured out how to create the code for.

The spreadsheet itself is just columns across "A" through "CD"

Serial # Last Name First Name Drivers License Exp Taser Exp Pepper
Ball Exp Firearms Exp Milo Comp Module Comp CPR Exp

It continues I just wanted to give an example.


I want to be able to add a button labeled "Look Up". I want to be
able to search for an employee Serial # and have it pull the
information back from the spreadsheet and refill the form with the
correct data for each text box in the form.

If anybody wants to see what it is i've done so far directly let me
know and I can e-mail them directly what I've done so far. (unless
that goes against the user agreement on the group....i'm new and
haven't read them)




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 703
Default Data passed to spreadsheet from Form. How to reload thespreadsheet data into the Form?

Hi

You can mail me the workbook if you want, but I will first have time
to look at it tomorrow.

PerJessen69AThotmailDOTcom

Regards,
Per

On 7 Maj, 05:06, Morlin wrote:
On May 6, 7:48*pm, Per Jessen wrote:





Hi


We need more information on layout of your userform and worksheet, to
give any usefull guidance.


Regards,
Per


On 7 Maj, 04:43, Morlin wrote:


I am creating a user form to track training at work for multiple
employees.


I created a userform to enter the data and figured out how to enter
that data into a spreadsheet by creating a submit button.
Here's where I need help.....
I want to be able to lookup by employee ID#, using a search button on
the userform that will allow it to autofill all of the information
back onto the userform so I can make updates and or changes to an
individuals training dates or classes or whatever the specific data
is. *Then to be a bigger pain in the butt. *I want to be able to hit
"submit" on the userform and have the info on the spreadsheet updated
with the new info.


Can anybody help? *I taught myself all of the stuff I have done so
far
but, I am totally stuck.


If anybody is willing to help I would greatly appreciate it.- Hide quoted text -


- Show quoted text -


Ok. *forgive me if it's not given in technical phrases.

My userform is laid out by Serial #, last name, first name with text
boxes for each. *As well as 6 text boxes that dates are loaded into.
when I hit submit it lists the exact text or dates i typed into the
spreadsheet.

I then list mandatory training by title with check boxes *44 total
check boxes. *When I hit submit each one records 1 in the spreadhseet
for number of hours credit the student recieved for the training
class.

The final section of the Form is textboxes that I enter a class name
in one text box and *# of hours for various other classes in the next
box. *The hours and the class record when I hit submit.

All of these are laid out so I hit submit once everything is entered
and it records them in the appropriate colum with a submit button that
I figured out how to create the code for.

The spreadsheet itself is just columns across *"A" through "CD"

Serial # * * * *Last Name * * * First Name * * *Drivers License Exp * * Taser Exp * * * Pepper
Ball Exp * * * *Firearms Exp * *Milo Comp * * * Module Comp * * CPR Exp

It continues I just wanted to give an example.

I want to be able to add a button labeled * *"Look Up". *I want to be
able to search for an employee Serial # and have it pull the
information back from the spreadsheet and refill the form with the
correct data for each text box in the form.

If anybody wants to see what it is i've done so far directly let me
know and I can e-mail them directly what I've done so far. *(unless
that goes against the user agreement on the group....i'm new and
haven't read them)- Skjul tekst i anførselstegn -

- Vis tekst i anførselstegn -


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Data passed to spreadsheet from Form. How to reload the spread

I'm looking to solve a similar problem I'm having; did you ever find a
solution?

Matt


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,049
Default Data passed to spreadsheet from Form. How to reload the spread

don't close the form, HIDE it

or save the form's data to a hidden sheet & repopulate when its shown again


"Matt Cooper" <Matt wrote in message
...
I'm looking to solve a similar problem I'm having; did you ever find a
solution?

Matt


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
excel form. Need data extracted to spreadsheet each time a form co MikeR-Oz Excel Discussion (Misc queries) 4 April 5th 09 05:18 AM
data from the spreadsheet into a form [email protected] Excel Programming 1 July 31st 07 02:09 PM
Can't send data from form to spreadsheet. Clark Kent Excel Discussion (Misc queries) 1 February 22nd 07 05:41 PM
How do I Take Data from XL Form and input to spreadsheet? HarryJ Excel Programming 3 October 4th 06 06:44 PM
How do I create a 1pg form for each row of data in a spreadsheet? khoffmann64 Excel Discussion (Misc queries) 0 April 20th 06 08:43 PM


All times are GMT +1. The time now is 10:17 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"