G
Guest
Using VBA in excel to spawn a powerpoint presentation and send it data from the excel sheet's cells.
My references will no longer work right when the excel sheet is filtered (it still moves all the data, not the filtered subset). The filtering is accomplished through several flag-like cells that aren't the cells of interest for sending to PPT. The filtering is someone else's project, so I need to copy the cell-range of interest, regardless of what filtering is being applied, without grabbing the filtered/hidden data. Intermediate sheet would be fine if that makes it easier (dump filtered data to its own sheet and then use that to build the powerpoint slide(s)).
If it matters, I am NOT putting an excel object into powerpoint. I'm sucking the actual cell values out and sticking them into text values of shape objects in powerpoint.
How do I deal with this filtered data?
thanks a bunch.
-Matt
My references will no longer work right when the excel sheet is filtered (it still moves all the data, not the filtered subset). The filtering is accomplished through several flag-like cells that aren't the cells of interest for sending to PPT. The filtering is someone else's project, so I need to copy the cell-range of interest, regardless of what filtering is being applied, without grabbing the filtered/hidden data. Intermediate sheet would be fine if that makes it easier (dump filtered data to its own sheet and then use that to build the powerpoint slide(s)).
If it matters, I am NOT putting an excel object into powerpoint. I'm sucking the actual cell values out and sticking them into text values of shape objects in powerpoint.
How do I deal with this filtered data?
thanks a bunch.
-Matt
