Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default passing value to excel 2007 document solution on web server

I have created an Excel workbook customization with vsto 2008 and have
published it to one of our intranet servers. All is good, however, I need to
pass a value to that that workbook so that it loads with the appropriate
data. Is there a way to do this?

Tried http://OurIntranetServer/MyExcelWork...sx%20/e/12345/
and hoped to capture the command line arguments. Didn't work. Thanks.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default passing value to excel 2007 document solution on web server

If you can display the page with the data you need in a browser, then Excel
can pick up the data by using the "Get External Data" utilities. These
utilities are not hard to use, however you usually get a bit more data than
you want.

You will have to paste the URL of the web page into the query and then make
some decisions about tables and formatting and stuff. Make sure you start
the "Get External Data" utilities while you are on a blank worksheet at cell
A1. When the query is finished and you are returned to the worksheet there
will be a small delay then the data you requested will show up on the
worksheet.

Check it out.


Dennis


"Prefers Golfing" wrote in message
...
I have created an Excel workbook customization with vsto 2008 and have
published it to one of our intranet servers. All is good, however, I need
to pass a value to that that workbook so that it loads with the
appropriate data. Is there a way to do this?

Tried http://OurIntranetServer/MyExcelWork...sx%20/e/12345/
and hoped to capture the command line arguments. Didn't work. Thanks.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel won't open hyperlink to another document on terminal server Jen Excel Discussion (Misc queries) 0 September 10th 09 06:14 PM
Passing IO.FileStream in Excel 2007 a Excel Programming 0 December 9th 08 02:58 PM
passing Nulls to SQL Server 2005 Smallweed Excel Programming 2 August 8th 07 03:10 PM
I Found a Solution to my Slow Speed with Excel 2007 halfpint Excel Discussion (Misc queries) 1 May 9th 07 03:55 AM
Open an Excel document in 2007 document using the 2003 office Peter Excel Programming 1 October 23rd 06 06:41 PM


All times are GMT +1. The time now is 09:56 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"