![]() |
#1
|
|||
|
|||
![]()
Dear guys!
I am using Microsoft 365! Thanks to a small makro by Charley Kenyon I was already able to "autosize" my "navigation pane" (on the left side of the window), by using the script: Sub NavigationPaneSize() Dim iWidth As Integer iWidth = 300 ' change to suit With Application.CommandBars("Navigation") .Visible = True .Width = iWidth End With End Sub Now I would like to do the same with the "Style Area Pane" (on the right side)! Would it be possible also? Thanks in advance! Yours, Seba |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
adding a table to a template, need the table to autosize or insert row if necessary | tcoia | Publisher | 0 | 03-24-2020 11:06 AM |
Autosize no more works in Visio 2016 | pixazih | Visio | 0 | 11-23-2017 07:54 AM |
Textbox control autosize and mutliline | kogi | Word VBA | 3 | 09-25-2014 06:15 AM |