Page 1 of 1

How to get the hidden-state of a worksheet ?

Posted: Wed Feb 19, 2014 11:47 am
by LuBo
How to get the hidden-state of a worksheet of a file just read?

with best regards
LuBo

Re: How to get the hidden-state of a worksheet ?

Posted: Sun Feb 23, 2014 7:05 pm
by larsa
Hello

Use

Code: Select all

if XLS.Manager.Workbook.Sheets[0].State = x12vHidden then
  ...

In the next update can you use:

Code: Select all

if XLS[0].Visibility = x12vHidden then
  ...