G Guest Feb 12, 2006 #1 Does anyone know ow to change the colour of buttons from the boring grey? help would be greatly accepted. thanks
Does anyone know ow to change the colour of buttons from the boring grey? help would be greatly accepted. thanks
A Anne Troy Feb 12, 2006 #2 Don't use buttons. Use textboxes instead. Then right-click, and assign macro... Ref: http://www.officearticles.com/excel/tips_to_a_cool_workbook_in_microsoft_excel.htm ************ Hope it helps! Anne Troy www.OfficeArticles.com Check out the NEWsgroup stats! Check out: www.ExcelUserConference.com
Don't use buttons. Use textboxes instead. Then right-click, and assign macro... Ref: http://www.officearticles.com/excel/tips_to_a_cool_workbook_in_microsoft_excel.htm ************ Hope it helps! Anne Troy www.OfficeArticles.com Check out the NEWsgroup stats! Check out: www.ExcelUserConference.com
S Skier69 Feb 12, 2006 #3 ActiveX buttons (on the Visual Basic toolbar) can have their colour changed - right click button then select Properties > BackColor. However Forms Buttons are generally favoured for use on the worksheet. Hence Anne's suggestion to use TexBoxes from the Drawing toolbar.
ActiveX buttons (on the Visual Basic toolbar) can have their colour changed - right click button then select Properties > BackColor. However Forms Buttons are generally favoured for use on the worksheet. Hence Anne's suggestion to use TexBoxes from the Drawing toolbar.