function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
LeweLewe 

Import SFDC Report - Code

I am trying to find a way to import an existing report directly from SFDC using vba alone.
I want it to work as the Excel SFDC add-in does except the login and password would be hard coded.
 
Ideally i want it to create a macro which will import my report at the click of a button.
 
Does anyone have any ideas?
insanedukeposseinsanedukeposse
I would also like to call a report from within VBA. The Excel Add In does a nice job of this, but it can't (unless I'm missing something) be instantiated from VBA.