I need a macro that allows me to export to PowerPoint objects with different leaves and what I've done only exports the objects on the active sheet. // Also in this line stops // Sheet...
Hi, I have a macro to export the charts to multiple slides in powerpoint. The export is working fine without any issues for charts which are visible in the sheet. I have many hidden charts which a...
Hi all, I wonder if you have had the quest to export all the sheets into powerpoint. 1. I have found this following code work very well when I exporting the ACTIVE sheet into powerpoint, but how d...
Hi, My Macro scripts for 'Export to PPT' and 'Print Sheet' works well in 'IE Plugin' Browser client. However, it is not working in 'AJAX zero foot print' Browser client. Please find below the Macro...
Dear All, I have been working on this macro which exports objects from 10 different sheets to specified positions in a powerpoint application. My macro works well when all charts are in the s...
I have written a macro in order to generate a PPT file. In the macro I have a Loop to change Qlikview selection application & to re-export a sheet copy in PPT. It's working but I have to i...
...istBox into PowerPoint. I wonder if there is a macro, say would automate clicking on the values in the ListBox one by one and on between one click to another, would export the objects on the sheet t...
Hi. Can somebody share a macro export all the objects within a application to MS powerpoint? Plz note there may be multiple sheets in the application. Thanks, SKY
Hi , I am trying to copy Qlikview objects in a powerpoint slide as an 'Object', and not as an 'image' and am facing two problems here: 1) The below code is successfully coying objects from one sheet...
Hi All I am trying to export charts from the active sheet to powerpoint. I am getting an error on getting sheet by using GetSheetByid(). my VB skills are rusted and in need of help by experts in t...