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
cairlinncairlinn 

Error in sforce connector

When I try to select a menu item , for instance describe object, I get following error
Salesforce: Login()
unknown error
Object variable or with block variable not set

tracing through the vb code - it happens on
  loginForm.serverurl.value = IIf(defaulturl <> "", defaulturl, salesforce.serverurl)

salesforce.serverurl is not set.

No where do i get a login form.

I do have version 3 of outlook edition.
I also have the office edition add-in enabled as well.

I really would appreciate any and all help with this.

Thanks