Hello,
Which hierarchy property do I access the current value of the Option Base? Application, Workbooks...
I want to know how to read or change the Option Base at run time.
Thanks.
Hello,
Which hierarchy property do I access the current value of the Option Base? Application, Workbooks...
I want to know how to read or change the Option Base at run time.
Thanks.
Hello,
Do not know how familiar you are with Excel ... but, in this case, you will need VBE ...
with a library called : Microsoft Visual Basic for Applications Extensibility
Chip Pearson has an excellent explanation :
http://www.cpearson.com/excel/vbe.aspx
Hope this will help
From what I understand, this allows the use of the "Find" method, which looks in my VBA code if I wrote "Option Base 1" at the top. It is an alternative to reading (and I do not know if this allows changing the value), but I wanted something more straightforward like Application.<...>.Base. Anyway, thank you.
There isn’t a property for that. Why would you need to know that at runtime?
Ok. Tnx.
Don’t have an account yet? Register yourself now and be a part of our community!