+ Reply to Thread
Results 1 to 3 of 3

Changing Toolbar Icon Size

  1. #1
    Jack Gillis
    Guest

    Changing Toolbar Icon Size

    Is it possible to change the size of the Icons in the toolbars from VBA
    Subroutine?

    Thank you.



  2. #2
    Dave Peterson
    Guest

    Re: Changing Toolbar Icon Size

    Like when you do:

    Tools|customize|Options tab|Check Large Icons?

    If yes, then:

    Application.CommandBars.LargeButtons = True

    But this affects lots of programs -- all of the office suite???

    Jack Gillis wrote:
    >
    > Is it possible to change the size of the Icons in the toolbars from VBA
    > Subroutine?
    >
    > Thank you.


    --

    Dave Peterson

  3. #3
    Jack Gillis
    Guest

    Re: Changing Toolbar Icon Size

    Thank you, Dave.

    That does it and. yes, I realize the change effects lots but I have a
    way to handle that.

    "Dave Peterson" <[email protected]> wrote in message
    news:[email protected]...
    > Like when you do:
    >
    > Tools|customize|Options tab|Check Large Icons?
    >
    > If yes, then:
    >
    > Application.CommandBars.LargeButtons = True
    >
    > But this affects lots of programs -- all of the office suite???
    >
    > Jack Gillis wrote:
    >>
    >> Is it possible to change the size of the Icons in the toolbars from
    >> VBA
    >> Subroutine?
    >>
    >> Thank you.

    >
    > --
    >
    > Dave Peterson




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1