Hi everyone
I'm working on this little project but I need help with some VBA code I'm trying to write. I'm trying to convert all charts in a workbook to gif files. So what I have to do is go through each sheet and get the charts and convert them to gifs, then go to the next sheet and so on till I've gone through the entire workbook.
Now I can get the sheet count properly, but I'm having trouble getting the chart objects for that particular sheet. Can anyone offer some suggestions?
Thanks in advance.
I'm working on this little project but I need help with some VBA code I'm trying to write. I'm trying to convert all charts in a workbook to gif files. So what I have to do is go through each sheet and get the charts and convert them to gifs, then go to the next sheet and so on till I've gone through the entire workbook.
Now I can get the sheet count properly, but I'm having trouble getting the chart objects for that particular sheet. Can anyone offer some suggestions?
Thanks in advance.