Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel App Deployed on Intranet

If this issue has been addressed before, please excuse the repetition and point me to the correct thread.

I have created an Excel 2000 application which serves to extract data from an Oracle instance, perform some fairly simple transformations, and then display the data in a report. The workbook has four worksheets. The first is the report template, the second and third are various named ranges containing values to be used for list boxes on a user form, and the fourth the target area for the results of the Oracle query (including various formulae). The workbook open event brings a user form to the foreground that collects information needed for the query to the Oracle instance. The VBA code behind the form then executes the query via ADO, copies the information into the hidden target sheet, fills in needed formulae, and copy/pastes the results into the report template sheet that the user may view. The code is tedious, but not terribly complex.

When opened from Excel or Windows Explorer from a location on the local hard drive or network share, the application functions perfectly well. When placed on a virtual drive and accessed via a URL through IE 6.0, the application displays unusual behavior. If an Excel object is instantiated, IE opens the application in the IE window, displays the user form briefly, and then pushes the user form behind the IE window. If no Excel object is instantiated, Excel is started and the application displays in Excel with the user form appropriately displayed.

I was able to solve the display problem by adding a button to the application that shows the form. However, after doing so, the form fails to find one (but not all) of the named ranges that are the sources for its list boxes. I am at wits end and without strong IT support for this particular problem.

Any advice sincerely appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,236
Default Excel App Deployed on Intranet

Arlie,

You could write some vbscript which does a
CreateObject("Excel.Application"), sets it's Visible property to True and
opens the worksheet.

Rob


"Arlie" wrote in message
...
If this issue has been addressed before, please excuse the repetition and

point me to the correct thread.

I have created an Excel 2000 application which serves to extract data from

an Oracle instance, perform some fairly simple transformations, and then
display the data in a report. The workbook has four worksheets. The first
is the report template, the second and third are various named ranges
containing values to be used for list boxes on a user form, and the fourth
the target area for the results of the Oracle query (including various
formulae). The workbook open event brings a user form to the foreground
that collects information needed for the query to the Oracle instance. The
VBA code behind the form then executes the query via ADO, copies the
information into the hidden target sheet, fills in needed formulae, and
copy/pastes the results into the report template sheet that the user may
view. The code is tedious, but not terribly complex.

When opened from Excel or Windows Explorer from a location on the local

hard drive or network share, the application functions perfectly well. When
placed on a virtual drive and accessed via a URL through IE 6.0, the
application displays unusual behavior. If an Excel object is instantiated,
IE opens the application in the IE window, displays the user form briefly,
and then pushes the user form behind the IE window. If no Excel object is
instantiated, Excel is started and the application displays in Excel with
the user form appropriately displayed.

I was able to solve the display problem by adding a button to the

application that shows the form. However, after doing so, the form fails to
find one (but not all) of the named ranges that are the sources for its list
boxes. I am at wits end and without strong IT support for this particular
problem.

Any advice sincerely appreciated.



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
Postging Excel Table on Intranet Bob in CO Excel Discussion (Misc queries) 3 June 19th 07 11:23 PM
Downloading files from an Intranet site to Excel Droidy Excel Discussion (Misc queries) 2 October 9th 06 02:39 AM
Intranet Excel File...Changing Name Sharky23 Excel Worksheet Functions 1 May 24th 06 03:15 AM
Hyperlinking Excel on Intranet Jackie Excel Discussion (Misc queries) 0 March 31st 05 05:22 PM
Excel VBA forms on Intranet Kay[_2_] Excel Programming 2 October 1st 03 02:54 PM


All times are GMT +1. The time now is 09:52 AM.

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

About Us

"It's about Microsoft Excel"