Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excelsheet open mode:ReadOnly file protected with password
#1
Is possible to open a file with Excelsheet with no prompt?
#2
Clone function ExcelSheet.Init to eg ExcelSheet.Init2.
In ExcelSheet.Init2:
Add 2 new parameters:
Code:
Copy      Help
[readOnly] [$password]
.
Find
Code:
Copy      Help
b=a.Workbooks.Open(...)
and change to
Code:
Copy      Help
b=a.Workbooks.Open(sb @ readOnly @ password password TRUE)
.
Example:
Macro Macro2146
Code:
Copy      Help
ExcelSheet es.Init2("" 8 "$documents$\readonly.xls" "" TRUE "password9643")
out es.Cell(1 1)
#3
Ok.
Thanks.


Forum Jump:


Users browsing this thread: 1 Guest(s)