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
Post a Comment