![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 72
|
Hi,
The toolbar has 40 colours for fills and fonts, but there are another 8 via Format Cells - as I've started to use 3 of these semi regularly, is there a way to import these to the toolbar, or have the toolbar show the full range? (btw Running Excel 97 here) Thanks |
|
|
|
|
|
#2 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
Hi JW
Try right clicking on any toolbar then select "Customize", select the Commands Tab and click "Format" have a scroll through and drag some options onto your toolbar. |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Posts: 72
|
Unless I'm missing something, all of the custom fill and font options are for the 40 colour set, not 48. I could easily set up some individual macros but it would be much easier if the full Fill and Fontcolour range was available on the toolbar - is there any
kind of 'Show All Colours' VBA script to link to a macro toolbutton? |
|
|
|
|
|
#4 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
Assign these:
Sub FontForm Application.Dialogs(xlDialogFontProperties).Show End sub Sub Pattern() Application.Dialogs(xlDialogPatterns).Show End Sub |
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Mar 2002
Posts: 72
|
Thanks Dave
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|