Hi,
Tearing my hair out with this. Our site is secured with Siteminder, but I am trying to build in an OCX that starts up Excel on the Client and populates the spreadsheet with data. We are doing this with a:Set oQueryTable = xlSheet.QueryTables.Add("URL;
where the URL is a page that outputs the data for a report but the data is then viewed with Excel.
However, it is not working within the Siteminder environments because Excel is obviously starting a new instance of IE and the site is jumping to the logon page. So when the OCX kicks off Excel, Excel basically just displays an image of the logon page.
I managed to find something along these lines in this earleir forum (link below) but does anyone know how you can get Excel to pass on a username/password to a website when using the QueryTables.Add (URL) ???
Thanks
Tearing my hair out with this. Our site is secured with Siteminder, but I am trying to build in an OCX that starts up Excel on the Client and populates the spreadsheet with data. We are doing this with a:Set oQueryTable = xlSheet.QueryTables.Add("URL;
where the URL is a page that outputs the data for a report but the data is then viewed with Excel.
However, it is not working within the Siteminder environments because Excel is obviously starting a new instance of IE and the site is jumping to the logon page. So when the OCX kicks off Excel, Excel basically just displays an image of the logon page.
I managed to find something along these lines in this earleir forum (link below) but does anyone know how you can get Excel to pass on a username/password to a website when using the QueryTables.Add (URL) ???
Thanks