Ask a Question related to ASP, Design and Development.
-
Lisa #1
Opening Excel file from within ASP and passing variable into cell
I have an excel file on my server, which contains an embedded query. I
want to be able to open the excel file, pass the contents of my
variable into a cell within the worksheet and then refresh the query
based on the variable passed.
I can get the query part to work. The bit I can't get to work is where
I open the excel file and pass the variable into a cell. I have tried
various things and although excel launches without error, I can't see
my file in the excel window.
Any ideas?
Thanks in advance,
Lisa
Lisa Guest
-
How do I preserve the link to a single cell in an Excel spreadsheet?
I want to import a single cell from an Excel spreadsheet into InDesign 3.0. Initially, I am placing a single cell into a text frame and get the... -
importing a single cell into InDesign from Excel
I want to import a single cell from an Excel spreadsheet into InDesign 3.0. Initially, I am placing a single cell into a text frame and get the... -
Win32-OLE excel cell reference.
Guys, I'm struggling with the syntax to point to the cells that I want to use in Excel. It seems that the Range command likes data like (A14),... -
passing javascript variable into asp variable using vbscript
The subject pretty much sums up what I need to do. Here is what I have so far, but still can't figure out how to get it working: <script... -
Passing contents of a flat file to an internal variable
I want to do something like this inside a sproc: DECLARE @internalText VARCHAR(8000) SET @internalText="c:\myTestXML.XML" QUESTION: ... -
Ray at #2
Re: Opening Excel file from within ASP and passing variable into cell
What code are you using to launch Excel? Show that please. Are you using
ADO or the Excel object?
Ray at work
"Lisa" <lisa.dunnette@btinternet.com> wrote in message
news:7acd7172.0306300207.1c0b17ba@posting.google.c om...> I have an excel file on my server, which contains an embedded query. I
> want to be able to open the excel file, pass the contents of my
> variable into a cell within the worksheet and then refresh the query
> based on the variable passed.
>
> I can get the query part to work. The bit I can't get to work is where
> I open the excel file and pass the variable into a cell. I have tried
> various things and although excel launches without error, I can't see
> my file in the excel window.
>
> Any ideas?
>
> Thanks in advance,
> Lisa
Ray at Guest



Reply With Quote

