TheBeesKnees1221
New Member
- Joined
- Oct 16, 2016
- Messages
- 3
Hello,
I am having trouble working with the Quandl Add In for Excel. First off, the Quandl Tab toolbar appears different from those I have seen in tutorial videos. This is not a problem though, as the addin seems to have all of its functionality, and I am able to Query the website for data just fine.
The idea was to set up a Macro that would be able to get the different data sets as needed. While I have tried to set the macro up to place the exact function as a string into a specific cell, the problem is that as soon as the macro is run, the Quandl Functions Check (on the toolbar) becomes disabled.This causes the program not to get the data (the data is retrieved just fine once I re-enable Quandl Functions and press the Get Data button).
I tried to solve this by recording a macro that enables the Quandl Functions and Performs the Get Data function. Nothing that I did is recorded in the Macro. After some research, I believe this is due to the lack of a reference in Visual Studio > Tools > References. The tutorials that I have watched and the posts that I have read all seemed to say that there should be a "Quandl" reference that I need to check.
Could anyone help to point me in the right direction to locate the reference? Should it automatically appear once the addin is downloaded and installed? I even went to every file within the folder and tried to manually add it to the library.
At the very least, I hope to be able to Enable Functions and Get Data through a recorded macro. But, I think that by adding this reference I will be able to perform the GetData function directly in the VBA code (I saw it multiple times in people's examples), which would save me from having to paste the function into the cell. Either way, they would both serve the same purpose.
One interesting thing to note (or at least seems so to me) is that whenever I type in the getdata("xxxx") function, it capitalizes it automatically to GetData("xxxx"). What exactly does this imply?
I am having trouble working with the Quandl Add In for Excel. First off, the Quandl Tab toolbar appears different from those I have seen in tutorial videos. This is not a problem though, as the addin seems to have all of its functionality, and I am able to Query the website for data just fine.
The idea was to set up a Macro that would be able to get the different data sets as needed. While I have tried to set the macro up to place the exact function as a string into a specific cell, the problem is that as soon as the macro is run, the Quandl Functions Check (on the toolbar) becomes disabled.This causes the program not to get the data (the data is retrieved just fine once I re-enable Quandl Functions and press the Get Data button).
I tried to solve this by recording a macro that enables the Quandl Functions and Performs the Get Data function. Nothing that I did is recorded in the Macro. After some research, I believe this is due to the lack of a reference in Visual Studio > Tools > References. The tutorials that I have watched and the posts that I have read all seemed to say that there should be a "Quandl" reference that I need to check.
Could anyone help to point me in the right direction to locate the reference? Should it automatically appear once the addin is downloaded and installed? I even went to every file within the folder and tried to manually add it to the library.
At the very least, I hope to be able to Enable Functions and Get Data through a recorded macro. But, I think that by adding this reference I will be able to perform the GetData function directly in the VBA code (I saw it multiple times in people's examples), which would save me from having to paste the function into the cell. Either way, they would both serve the same purpose.
One interesting thing to note (or at least seems so to me) is that whenever I type in the getdata("xxxx") function, it capitalizes it automatically to GetData("xxxx"). What exactly does this imply?