Thread: Opening File
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jordan Jordan is offline
external usenet poster
 
Posts: 144
Default Opening File

I am posting a link to an Excel file on our intranet site (using flash). The
command I'm using is below. I have saved the workbook as well as the
worksheet to be full screen. If I open the file from the link it opens the
workbook in a window mode as well as the worksheet is smaller inside the
workbook. If I open it from Windows Explorer it opens full screen, which is
what I want. Any help will be appreciated.


on (release) {

//Goto Webpage Behavior
getURL("http://bga/ipower/ipower.xls","_blank");
//End Behavior

}