Giter VIP home page Giter VIP logo

Comments (8)

triplebeta avatar triplebeta commented on September 26, 2024

from trelloexcelconnector.

triplebeta avatar triplebeta commented on September 26, 2024

I also work with Excel 2016 (as part of Office 365), just checked to see what could cause this. There should be no difference between the Office versions since it does not rely on any Office-version specific settings. The buttons will become enabled only if your settings are correct.

I tested it again with invalid and valid settings to see that it indeed works like that and it did in my case. Can you please check that you pasted the values in the right textboxes? It's easy to swap some ;)

It might be helpful to press ALT-F11 (which starts up the Visual Basic tooling) to check the error message that you will see in the box at the bottom ("Direct" window). If one of the values is incorrect, it will tell you there.

Hope it helps.

from trelloexcelconnector.

dmontoya3 avatar dmontoya3 commented on September 26, 2024

Thanks for your reply. I'm getting this error
ERROR - RestHelpers.ExecuteRequest: -2147012739

from trelloexcelconnector.

dmontoya3 avatar dmontoya3 commented on September 26, 2024

Also, I've just tried the 9 possible combinations of entering the key, token and secret codes just in case there was an issue with the labels or something else. Still with the 9 combinations, the buttons stay greyed out.

I have the "enable all macros" option activated in the trust center

from trelloexcelconnector.

danielvand avatar danielvand commented on September 26, 2024

Hi,
I seem to have the same problem. The URL is perfectly OK (copy+paste in browser and it works).
it gives the following error "An error occurred in the secure channel support " code: -2147012739 when calling Http.Send.

from trelloexcelconnector.

danielvand avatar danielvand commented on September 26, 2024

Think I've the solution, in Public Function PrepareHttpRequest in "RestHelpers"
change
Set Http = CreateObject("MSXML2.ServerXMLHTTP.6.0")
to
Set Http = CreateObject("MSXML2.XMLHTTP.6.0")

and comment out Http.setTimeouts TimeoutMS, TimeoutMS, TimeoutMS, TimeoutMS (so it won't have time outs, but that function isn't available)

It now works for me!

from trelloexcelconnector.

dmontoya3 avatar dmontoya3 commented on September 26, 2024

That did the trick. Thanks for the help!!

from trelloexcelconnector.

triplebeta avatar triplebeta commented on September 26, 2024

@danielvand thanks for posting the solution! Seems like I could not reproduce it since I use no proxy server. I updated the macro according and published the update as version 1.2.2.

from trelloexcelconnector.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.