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
elipmanelipman 

How do I bypass the login?

I'm using the salesforce outlook toolkit, and am already logged into the salesforce via my own VBA code.. I'd like to jump from my code to use the excel connector and query all the table data on a certain excel sheet.. I'm doing this via the sfqueryall function....

even though I'm already logged in, it prompts me to login a 2nd time... is there anyway to tell the connector I'm logged in, so that it doesn't prompt me for this redundant 2nd login?