Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Student need Help with Table of data

Hey
There are a few things i would like to create on my spreadsheet howeve
i have an idea of how to do it but dont know how can anyone help? th
things a

1. If i have a table of pupil data and there is a command button name
Add new person, when you click on this button a form appears once yo
filled in the information on this form and clicked another button name
OK the new information will automatically be listed with the the othe
data of people as a new record.
HOW IS THIS DONE?

2. If you have data of students and you want to search through it, I
there a way where you could type in details you are looking for of
certain person on a form on another sheet in excel and then select
command button named SEARCH and it will find it for you?

HOW IS THIS DONE? Need Macros, forms??? lookup???

thank you :confused

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 71
Default Student need Help with Table of data

totally,

Do 1 something like this:
Open a workbook. Press Alt+11. Add a "userform" to your project. Put a
button on it. Change Caption to "OK". Put text boxes on userform for input.
Double-click the OK button. In the the click event handler (called like
Command1_Click()), place code that wites the textbox contents to the
worksheet; something like Range("A1").Value = TextBox1.Text,
Range("B1").Value = TextBox2.Text, etc.. Add a button to the worksheet.
Right-click, View Code. Add (like) Userform1.Show to click event handler.
Try it.

Use what you learn in 1 to do 2.

Consider Range("A1:Z26").Find(.... Look up Find method of Range object.

Bob

"totallyconfused " wrote in
message ...
Hey
There are a few things i would like to create on my spreadsheet however
i have an idea of how to do it but dont know how can anyone help? the
things a

1. If i have a table of pupil data and there is a command button named
Add new person, when you click on this button a form appears once you
filled in the information on this form and clicked another button named
OK the new information will automatically be listed with the the other
data of people as a new record.
HOW IS THIS DONE?

2. If you have data of students and you want to search through it, Is
there a way where you could type in details you are looking for of a
certain person on a form on another sheet in excel and then select a
command button named SEARCH and it will find it for you?

HOW IS THIS DONE? Need Macros, forms??? lookup???

thank you


---
Message posted from http://www.ExcelForum.com/



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
Data Analysis Toolpak for Student Treacher edition originaly insta pjjenz New Users to Excel 1 May 29th 10 02:14 PM
How can I set up a student data base using word 2003? gsuskid23 New Users to Excel 3 March 25th 09 12:54 PM
Reformatting data.. Help a LSU grad student! Justintime99 Excel Discussion (Misc queries) 1 January 22nd 09 12:44 AM
Lookup data in a variable table & retrieve data from a pivot table Shawna Excel Worksheet Functions 3 October 10th 08 11:11 PM
Pivot table and formula help??STUDENT NEED HELP.... walkerT Excel Discussion (Misc queries) 1 March 12th 07 04:41 PM


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

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

About Us

"It's about Microsoft Excel"