This is what I want to do;
I would like to generate some files (csv) with VB. For example for my fantasy sports teams I keep track of the teams stats, lineups and standings. All 3 for 24 weeks. So if I could generate (CSV) files such as filename-homers_lineup_wk_1 (CSV). The word lineup would be; lineup, stats or standings. The wk_1 would have to increment for all 24 weeks. The GUI I thought of would be to use option buttons for the week and check boxes for stats, lineup and standings.
to show a desired output of that program:
in a dir:
homers_lineup_wk_1
homers_lineup_wk_2
ETC
homers_stats_wk_1
homers_stats_wk_2
ETC
homers_standings_wk_1
homers_standings_wk_2
ETC for all 24 or whatever time period
Can someone point me in the correct way. I realize that I do have to start an instance of excel