Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Excel macro
Name: tjlancer Date: February 19, 2004 at 10:18:10 Pacific OS: xp CPU/Ram: pent
Comment:
I have a excel sheet set up as a form for the data entry. I want to create a button on there that says submit. When they click on it, the data is put in a list on another sheet, the form clears and is ready for the next input. This would be used to compile a large list so each new submitted data should fall into the next empty line on sheet 2. Does this make any sense?
Name: chnos Date: February 19, 2004 at 23:24:28 Pacific
Reply:
u can have it also without any macro . If the sheet on which u want to have ur inputs has a line with titles and all ur datas lines placed down this title line (without linespace between title and data), point on any row i it and choose data/form (my xl is a french one and it calls "donnée/grille"). It'll automatically consider ur schedule as a database, and with that auto dataform u can add/remove/search for any data. When adding a new one, it'll automatically be placed on the next empty line, and so on, even when a data is removed. It's magical...!
Summary: I'm looking for some help running an excel macro as an automated task. The macro is supposed to create a data connection, import some data from a particular database, apply some formatting and formul...
Summary: Well see, the CSV is from the university database. It's the info on all the classes for the semester. Currently the university has no was to make postable schedules for each room. Thus, this excel mac...
Summary: I am new to Excel macro and I need your help. I have the following input data in Sheet 1: a1 b1 (a1 in cell A1, b1 in B2) a2 b2 (a2 in cell A2, b2 in cell B2) I need a macro to create the following ...