MrExcel Message Board

Go Back   MrExcel Message Board > Question Forums > Excel Questions

Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only.

Reply
 
Thread Tools Display Modes
Old May 22nd, 2002, 05:26 AM   #1
robwels
Board Regular
 
Join Date: May 2002
Posts: 74
Default

Hi all.
I would like to make for example an adress book, with input trough a userform and store the data in a worksheet with colums name etc.. After that i would like to lookup adresses, change and delete them with a userform. I know how to make a userform buth dont know how to store it in a worksheet and can retrieve the data from a search etc.
Thanks.
Rob
robwels is offline   Reply With Quote
Old May 22nd, 2002, 05:45 AM   #2
Ian Mac
MrExcel MVP
 
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
Default

Quote:
On 2002-05-22 04:26, robwels wrote:
Hi all.
I would like to make for example an adress book, with input trough a userform and store the data in a worksheet with colums name etc.. After that i would like to lookup adresses, change and delete them with a userform. I know how to make a userform buth dont know how to store it in a worksheet and can retrieve the data from a search etc.
Thanks.
Rob
What about using Excel's built in Form found under Data>Form

It has all the features you describe
__________________
"Have a good time......all the time"
Ian Mac
Ian Mac is offline   Reply With Quote
Old May 22nd, 2002, 05:53 AM   #3
robwels
Board Regular
 
Join Date: May 2002
Posts: 74
Default

thanks for the reply.
I would like to use a userform in vba and save the input in a sheet and also like to search and delete with the same userform.
Thanks
Rob

robwels is offline   Reply With Quote
Old May 22nd, 2002, 06:46 AM   #4
Ian Mac
MrExcel MVP
 
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
Default

Quote:
On 2002-05-22 04:53, robwels wrote:
thanks for the reply.
I would like to use a userform in vba and save the input in a sheet and also like to search and delete with the same userform.
Thanks
Rob

What is the reason behind using VBA, the Form I mention does EXACTLY what you want.
__________________
"Have a good time......all the time"
Ian Mac
Ian Mac is offline   Reply With Quote
Old May 22nd, 2002, 06:53 AM   #5
robwels
Board Regular
 
Join Date: May 2002
Posts: 74
Default

because i have a userform with about 30 textboxes, printbuttoms, savebottoms ect. and find it has a good look this way for users. i now save every form seperate as a file, buth would like to have one file for all the seperate data.
thanks
robwels is offline   Reply With Quote
Old May 22nd, 2002, 06:55 AM   #6
Q
Board Regular
 
Join Date: Apr 2002
Location: 20 Minutes outside Manhattan
Posts: 64
Default

From what you have posted and not knowing the use of the spreadsheet it sounds like Access would be a better choice to develop this database.

[ This Message was edited by: Q on 2002-05-22 05:56 ]
Q is offline   Reply With Quote
Old May 22nd, 2002, 06:58 AM   #7
Rocky E
Board Regular
 
Join Date: Feb 2002
Location: North Alabama, USA
Posts: 105
Default

Well I vote with Rob. The data form is limited as best as I can tell. If you just want data entry it works fine. If you want a user interface then the user form opens up a whole world of possibilities. Unfortunately like Rob I am not experienced enough to actually create it. It would be interesting to create a basic user form that mimicked the data form.

Let see if the user wants fish we give him a steak, right?

Rocky...
Rocky E is offline   Reply With Quote
Old May 22nd, 2002, 07:07 AM   #8
Ian Mac
MrExcel MVP
 
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
Default

Quote:
On 2002-05-22 05:58, Rocky E wrote:
Well I vote with Rob. The data form is limited as best as I can tell. If you just want data entry it works fine. If you want a user interface then the user form opens up a whole world of possibilities. Unfortunately like Rob I am not experienced enough to actually create it. It would be interesting to create a basic user form that mimicked the data form.

Let see if the user wants fish we give him a steak, right?

Rocky...
Rocky,

If I may, the orginal question posted was answered quite adequately by my suggestion. Without knowing the full extent I couldn't have known about the Printing, Saving Etc.

Rob,

My apologies, How far have you got with this? if you could provide some more information and any code you have so far.
I doubt VERY much I'll be able to help but others may be able to extend on what you have already.

Sorry I can't help more.
__________________
"Have a good time......all the time"
Ian Mac
Ian Mac is offline   Reply With Quote
Old May 22nd, 2002, 07:46 AM   #9
robwels
Board Regular
 
Join Date: May 2002
Posts: 74
Default

thanks Rocky.
I dont know how th send all the code, because i use the VBA Editor to create userforms and buttons, the major thing is i want to know how i can save data entry from the userform to the different cels in the worksheet, can search the records and printing and deleting them. Is there a way to send all the code or my excel file ?
Basicly i want to understand how the data can be saved from a userform, looked up again and printed like the first printout and deleted. I have made a range of cells the document printout form. So when i search the record the cells must be updated for a printout and must be in the userform.
I hope you still understand. Otherwise i have to go back to a more simple example....

Also i want to make a compliment for the fast reply's.

Kind regards,

RobDutch
robwels is offline   Reply With Quote
Old May 22nd, 2002, 08:19 AM   #10
Ian Mac
MrExcel MVP
 
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
Default

Quote:
On 2002-05-22 06:46, robwels wrote:
thanks Rocky.
I dont know how th send all the code, because i use the VBA Editor to create userforms and buttons, the major thing is i want to know how i can save data entry from the userform to the different cels in the worksheet, can search the records and printing and deleting them. Is there a way to send all the code or my excel file ?
Basicly i want to understand how the data can be saved from a userform, looked up again and printed like the first printout and deleted. I have made a range of cells the document printout form. So when i search the record the cells must be updated for a printout and must be in the userform.
I hope you still understand. Otherwise i have to go back to a more simple example....

Also i want to make a compliment for the fast reply's.

Kind regards,

RobDutch
As I'm not sure how far you are with this so I've set up a VERY simple example of how to get the details onto the sheet.
If you'd like me to E.mail it I'd be happy to.
This is as far as I can get you (currently).
__________________
"Have a good time......all the time"
Ian Mac
Ian Mac is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 02:28 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
All contents Copyright 1998-2012 by MrExcel Consulting.
diabetic desserts recipes recipes Diabetic Soups Holiday Pizza Recipes Popcorn Recipes Recipes For Microwave Pasta Recipes Casserole Recipes Chili Recipes Curry Recipes Crockpot Recipes Apples Recipes Bread Recipes Vegetarian Recipes Vegetable recipes Desserts Recipes Appetizers Ethnic Recipes Meat Dishes Barbecue Recipes Sauces Recipes Marinade Recipes Low Fat Recipes Frugal Gourmet Kitchen Classics Recipes On The Grill Cook Books Seafood Recipes Cajun Recipes Breads Low Fat Low Fat Breads Bread Machine Recipes Yeast Breads Quick Breads Fat Free Vegetarian Salad Recipes Eggplant Recipes Radish Recipes Tomato Recipes Jalapeno Recipes Potato Recipes Lettuce Recipes Cabbage Recipes Beans Ambrosia Recipes Biscotti Recipes Desserts Low Fat Cookie Recipes Cheesecake Recipes Cake Recipes Pie Recipes Muffin Recipes Custard Recipes Best Appetizers Appetizers Low Fat Salsa Recipes Dip Recipes International Recipes Afghan Recipes Alaska Recipes French Recipes German Recipes Greek Recipes Italian Recipes Spanish Recipes Thai Recipes Korean Recipes Chinese Recipes Mexican Recipes Indian Recipes Beef Recipes Pork Pork & Ham Pork Butts Pork Chop Recipes Pork Ribs Rulled Pork Poultry Recipes Stews Recipes Ground Beef Barbecue Grill Barbecue Smoker All Purpose Sauce BBQ Sauce Barbecue Sauce Carolina BBQ Sauce Pickle Recipes Marinades Smoking Low Fat Appetizers & Dips Low Fat Breakfast Low Fat Cakes Low Fat Cheesecakes Low Fat Cookies Low Fat Desserts Low Fat Fish & Seafood Low Fat Meats Low Fat Pasta Low Fat Pies Low Fat Salads Low Fat Sandwiches Low Fat Sauces & Condiments Low Fat Sides Low Fat Soups Low Fat Vegetarian Baker's Dozen Taste of Home Recipe Book Bon Appetit Cookbook Blacktie Cookbook Buster Cook Book Cookbook USA Cook Book Cook Book Sara's Cookbook Sara's Cookbook Appetizers and Dips Poultry recipes Diabetic recipes Holiday recipes Miscellaneous recipes 110 recipes 1986 Usenet cookbook 2900 recipes Cyberrealm recipes Great sysops of world Specialty recipes Ceideburg recipes Cheese recipes Chili recipes Fruits recipes Garlic recipes Great chefs of NY Londontowne recipes Raisins recipes Recipes for kids US Food Vegetarian recipes Bread recipes Drinks Meat Dishes Brisket recipes Caribou recipes Chicken recipes Filet mignons recipes Pork recipes Swordfish recipes Turkey recipes Pasta recipes Uncategorized recipes Ethnic recipes Canada recipes English recipes Ethiopia recipes Germany recipes Greece recipes Mexican recipes Philippines recipes Welsh recipes Microwave recipes Soups recipes Vegetable recipes Asparagus recipes Barley recipes Brown rice recipes Lentil recipes Mushrooms recipes Salads recipes Wild rice Desserts recipes Cakes recipes Chocolate recipes Cookies recipes Ice cream recipes