i have an excel spreadsheet that is about 300,000 rows and about 100 columns
i need to perform various functions on this spreadsheet and out of this spreadsheet i need to create about 3000 other spreadsheets which are SIGNIFICANTLY smaller
for every created spreadsheet i will need to have a separate powerpoint file that will have an automatically generated graph
i've done lots of VBA programming, but i am a little lost with this project
- if i dump the data into a mysql file would it be easier for me to handle my task?
- is it feasible to do this all in VBA excel?
- is it possible to easily add graphs from excel into powerpoint programmatically? or perhaps should i use a different solution for graphs?