98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Data management
Data management
Resolved · Low Priority · Version 2003
Francisco has attended:
Excel VBA Intro Intermediate course
Excel VBA Advanced course
Data management
Imagine that you have 3 columns with 3 types of data to fill in (name, age, weight). You have to enter data for 100 individuals and want to create a sheet with the data. You enter data for one individual (with a form). What is the code for entering the data on one row and then entering the data of the second person (and thereon) to fill in the spreadsheet?
RE: data management
Hi Francisco
Thank you for your question
If you want to enter data manually using a form, then there already exists a standard excel form which will allow you to do this.
If however you wanted to enter data from an existing source, for example an access database then there are a whole set of tool (Active X Data objects) that allow you to do this easily. This is too involved to discuss here, but we do cover this on the VBA advanced course
Regards
Stephen
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Checking if a calculation adheres to Order of PrecedenceWhen writing formulas you must make sure that results will be calculated as you intended. |