ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Change colour (https://www.excelbanter.com/excel-programming/409832-change-colour.html)

millwalll

Change colour
 
hi all,
Is there a way in a form to make a button that on click will change the
colour of text on words I select ?

many thanks

greg

Change colour
 
Private Sub CommandButton1_Click()

Dim myCell As Range

For Each myCell In Selection.Cells

myCell.Font.ColorIndex = 50
Next myCell

End Sub


"millwalll" wrote in message
...
hi all,
Is there a way in a form to make a button that on click will change the
colour of text on words I select ?

many thanks




millwalll

Change colour
 
Hi Greg,

Thanks for that, only problem I have is when I change colour it does not
show in the form the new colour. I need to be able to select code change
colour of it and the change to show in the form. The user will use this to
mark what serial key's have been used and whats ones have not be used. With
the code you gave me works but it only makes changes to the excel page what
they wont be able to see. Is there anyway to make the changes show in the
form ??

Thanks again

"millwalll" wrote:

hi all,
Is there a way in a form to make a button that on click will change the
colour of text on words I select ?

many thanks



All times are GMT +1. The time now is 02:43 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com