Help!....
Here's the problem. I have a Excel workbook with mulitple tabs (one per GL Code). Each tab has the same layout and each tab requires its own report.
example: GL Code 301 on the first tab would create report 301
GL Code 302 on the second tab would create report 302
etc.
I know how to get the names of the Excel spreadsheets as output. Using the outputted list of spreadsheet names, dynamically input the data and run through the logic. I'm thinking that I'll need to create an interactive marco but I'm not sure how to handle the actual input of the data (dynamically) in that macro
Can some one get me started?
Thanks