excel - Change size of HorizontalScrollBar with VBA -


i create excel file vba access. creates lot of new sheets , shows every sheet.

i want looks that: correct version

at moment looks that: wrong version

i tried with:

with activewindow         .displayhorizontalscrollbar = false end 

but removes sidebar , user can't use anymore. ideas?

try this:

sub tabratio()    activewindow.tabratio = 0.174      'adjust ratio according need. end sub 

Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -