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

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -