CatyH
Board Regular
- Joined
- Jun 27, 2017
- Messages
- 84
- Office Version
- 365
3 tabs involved:
1. Dashboard - displays graph and text dynamically filled upon selection of DataValidation list in cell C1 (on Dashboard).
2. Calc - where the data on Dashboard pulls from. It's an intermediate manipulation of the data that is entered in the 'Enter Local Program Data' tab
3. Enter Local Program Data - where the user enters values per program (varies by state for 1 to maybe 150 programs).
So I need to create a macro that will cycle through all entries in the dropdown, creating a pdf for the user.
User will activate macro and be prompted for path/folder in which they would like to store their files. Each dashboard would be a uniquely named pdf (ideally the file name would contain the program name which is the value selected from the dropdown in the Dashboard.
I have a VERY beginning understanding of vba and haven't written loop code nor done much other than record a macro and tweak the code to my situation. I've seen a few other threads on this topic but couldn't make sense of any of it, so please, if anyone can help, please know that I'm a beginner here. Thank you VERY much for any and all help!
1. Dashboard - displays graph and text dynamically filled upon selection of DataValidation list in cell C1 (on Dashboard).
2. Calc - where the data on Dashboard pulls from. It's an intermediate manipulation of the data that is entered in the 'Enter Local Program Data' tab
3. Enter Local Program Data - where the user enters values per program (varies by state for 1 to maybe 150 programs).
So I need to create a macro that will cycle through all entries in the dropdown, creating a pdf for the user.
User will activate macro and be prompted for path/folder in which they would like to store their files. Each dashboard would be a uniquely named pdf (ideally the file name would contain the program name which is the value selected from the dropdown in the Dashboard.
I have a VERY beginning understanding of vba and haven't written loop code nor done much other than record a macro and tweak the code to my situation. I've seen a few other threads on this topic but couldn't make sense of any of it, so please, if anyone can help, please know that I'm a beginner here. Thank you VERY much for any and all help!