kentuckybronco
New Member
- Joined
- Jun 3, 2011
- Messages
- 5
The workbook I am working with is called report and I am calling data from a different workbook called "A4". A4 contains countless worksheets, which I would like to call up on a case by case basis. I was able to set up a data connection to draw data from the first worksheet but for my application it would be better if I could collect data from a user defined worksheet. So, if i wanted to select sheet 3 and collect data from it, I would have a prompt that says "select which worksheet you want. All my data is
I can make a VBA code to prompt for the name of a worksheet, but I don't know how I could make that text input dictate to my report workbook which sheet to take from A4. Should I scrap the data connection idea and go with pure VBA? Any suggestions would be greatly appreciated.
I can make a VBA code to prompt for the name of a worksheet, but I don't know how I could make that text input dictate to my report workbook which sheet to take from A4. Should I scrap the data connection idea and go with pure VBA? Any suggestions would be greatly appreciated.