Hi Excel Community,
Need a little...a lot of help on this one. I'm trying to create a User form tool that will pull data based on a certain criteria by the user, from an Excel 2007 spreadsheet onto a different spreadsheet, and that will allow the user to name and save the new spreadsheet from the tool. It would kind of look like this:
[Label] "Insert Group Number" _ [textbox]
[Label] "Insert Sub Group" _ [textbox]
[Label] "Save As" _ [textbox]
[Button] "Generate"
Group numbers will be listed in column "A" and sub group numbers will be listing in column "B". There will be 10 other columns of data following, that correspond to those fields, but "A" and "B" will be the criteria elements. So if the user inserts "10" in the "Group Number" textbox and "2" in the "Sub Group" textbox, then names the file and clicks the generate button, all the data that corresponds to those criteria elements will populate on another workbook and saved as the desired saved name. I know...difficult...I took a VB class and I still don't know where to start other then declaring the variables and creating the form. The class I should have taken was VBA...= ( . Anyhow, any bit help would be much appreciated.
Thanks Peeps,
Need a little...a lot of help on this one. I'm trying to create a User form tool that will pull data based on a certain criteria by the user, from an Excel 2007 spreadsheet onto a different spreadsheet, and that will allow the user to name and save the new spreadsheet from the tool. It would kind of look like this:
[Label] "Insert Group Number" _ [textbox]
[Label] "Insert Sub Group" _ [textbox]
[Label] "Save As" _ [textbox]
[Button] "Generate"
Group numbers will be listed in column "A" and sub group numbers will be listing in column "B". There will be 10 other columns of data following, that correspond to those fields, but "A" and "B" will be the criteria elements. So if the user inserts "10" in the "Group Number" textbox and "2" in the "Sub Group" textbox, then names the file and clicks the generate button, all the data that corresponds to those criteria elements will populate on another workbook and saved as the desired saved name. I know...difficult...I took a VB class and I still don't know where to start other then declaring the variables and creating the form. The class I should have taken was VBA...= ( . Anyhow, any bit help would be much appreciated.
Thanks Peeps,