HypSetOption is not working?
Summary
HypSetOption is not working?Content
Hi All,
I am doing a testing on using VBA and API to set the option by using HypSetOption function, but it seems like this function is not reacting accordingly in Smart View.
I wanted to set the adjust column width to "False", which is to uncheck the "Adjust Column width" in the Options window.
Below are my codes. At first, I am setting the option by using HypSetOption to "False", the result returned as 0.
Next, I try to use HypGetOption to get the value for the setting, and it returns "False".
However, after I run my code, I checked the checkbox in the Options and found that it's still being checked at the "Adjust Column width" checkbox.
0