Returming to referring page after loading and closing Excel 2000 within IE


[ Follow Ups ] [ Post Followup ] [ Intranet eXchange ] [ IDM Home ]


Posted by Apostolis on May 24, 2002 at 4:31:15:

In Reply to: Forcing IE to open Excel Workbooks in a New Instance posted by Paishe on August 15, 2000 at 13:4:23:

Dear friends,

I call Excell with a link in IE. It loads and a VBA form automatically runs too. There is a button there, named Exit that runs the following VB code:

Private Sub cmdExit_Excel_Click()
Excel.Application.Quit
ActiveWorkbook.Close False
End Sub

So Excel closes but, of course, it doesn't return to the html page with the link.

What I need is the javascript code for calling Excel, and after doing what I need to do in there and closing Excel, returning to the html page that called Excel.

Thanx a lot in advance.

Apostolis


Follow Ups:



Post a Followup

Name:     
E-Mail:   
Subject:  
Message:

Optional Link URL: 
Link Title:        

      




[ Follow Ups ] [ Post Followup ] [ Intranet eXchange ] [ IDM Home ]