Jump to content

Recommended Posts

Posted

Hi there,

i'm looking for a way to open an Excel file readonly, since the file always is edited.

The script is opening the file this way:

ShellExecute($FileName, "", @ScriptDir, "", @SW_MAXIMIZE)

But I don't know a way to pass through the Readonly Parameter of Excel.

(The specific file needs to be reopened every 10 minutes. I don't want any dialogboxes that asks me questions about the file is being in use...)

Who can give me some hints?

Thanks!

Posted

You could try the Excel UDF that comes with AutoIt. Or check my Alpha version of the Excel UDF rewrite.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

To open a workbook read-only set parameter $fReadOnly to True. Extract from the help file:

_ExcelBookOpen($sFilePath [, $fVisible = 1 [, $fReadOnly = False [, $sPassword = "" [, $sWritePassword = ""]]]])

My UDFs and Tutorials:

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...