theguru97321
IS-IT--Management
I've been programming in PERL and HTML for a while, but I have a customer that needs a more mobile solution. I've tried Access, but I've given up. I've created a spreadsheet that will work, but I need a way to populate it quickly.
I'd like to use the Dialog sheet to create a form that will populate (update) cells through out the workbook.
Are there any examples out there for me to work with? I've been able to reverse engineer most of the work I've done in the past, so I think I can figure this out, just don't have a working product to use.
I have 31 sheets, with 30 rows of 2 column data on each. I'd like the Dialog Sheet to have one input field (text or integer) for each worksheet. then when data is entered into the fields, and OK or SUBMIT is pressed the form(macro) will go through each worksheet that has data in the field and update the proper column based on the data entered.
It's a voting booth pretty much. 31 classes of cars, upto 30 cars per class. when someone enters 1,2,3..30 in the proper class field it should update the column +1, to show 1 more vote to that car in that class.
I'd like to use the Dialog sheet to create a form that will populate (update) cells through out the workbook.
Are there any examples out there for me to work with? I've been able to reverse engineer most of the work I've done in the past, so I think I can figure this out, just don't have a working product to use.
I have 31 sheets, with 30 rows of 2 column data on each. I'd like the Dialog Sheet to have one input field (text or integer) for each worksheet. then when data is entered into the fields, and OK or SUBMIT is pressed the form(macro) will go through each worksheet that has data in the field and update the proper column based on the data entered.
It's a voting booth pretty much. 31 classes of cars, upto 30 cars per class. when someone enters 1,2,3..30 in the proper class field it should update the column +1, to show 1 more vote to that car in that class.