I have created an Excel Pivot Table using an export from the BigFix Web Reports. This spreadsheet is posted in a document library and shared with the organization. The problem is that I have do an export from Web Reports and paste it into the Excel spreadsheet daily.
What are options for pulling fresh data directly from within the Excel spreadsheet using VBA? I’ve explored connecting directly to SQL; however, our policies won’t allow all company machines to have access to the BF SQL Server. I’ve researched using SOAP from with Excel 2007 and it looks like it has to be done via Visual Studio 2008.
I’ve looked at the Excel Connector; however, here are a couple of questions:
How do I ‘distribute’ the Excel Connector? When I post the spreadsheet to SharePoint for other’s to view, I need the BigFix menu item to be visible to other users without them having to install the Excel Connector.
How can I cause the data I have imported using Excel Connector to refresh automatically when the spreadsheet is opened.
Actually, the previous questions I just posted are necessarily accurate. My real question I think is - how can I pull data from BigFix via VBA in Excel 2007?
I’ve looked at the Excel Connector; however, here are a couple of questions:
How do I ‘distribute’ the Excel Connector? When I post the spreadsheet to SharePoint for other’s to view, I need the BigFix menu item to be visible to other users without them having to install the Excel Connector.
How can I cause the data I have imported using Excel Connector to refresh automatically when the spreadsheet is opened.
Thanks!
hmkrj,
The BigFix Excel Connector needs to be installed for the individual computers in order to have the capability to connect to BigFix.
This is not currently supported. The only way to refresh the data is to go through the Wizard and click Execute towards the end.
Actually, the previous questions I just posted are necessarily accurate. My real question I think is - how can I pull data from BigFix via VBA in Excel 2007?
Thanks!
I don’t remembering seeing an example of calling the BigFix specific SOAP API from VBA.
Essentially, you need to try to call Web Services (SOAP) from VBA by looking at generic examples.
A quick web search turns up a few such as this one:
I had seen that information; however, from what I can tell, that method is no longer available in Excel 2007 and you are “encouraged” to use Visual Studio 2008 to develop an MS Office project. I was hoping for a work around that didn’t include VS.