From: Steve davis on
hi i have 3 form button at the moment that when u click run there code
and they also change the colour of the text from green to red and the next
buton from red to green that way if u get pulled away u now were u are but
would like to use command buttons as u can change the face colour not just
the text is there a vb code to change the button colour if so could u please
tell me
From: Jim Cone on

youcancoloracommandbuttonusingcodesimilartothefollowing:CommandButton1.BackColor=RGB(111,222,333)
--
Jim Cone
Portland, Oregon USA



"Steve davis" <Stevedavis(a)discussions.microsoft.com>
wrote in message
news:847E2866-484B-4127-B0AF-8C7946C4AD95(a)microsoft.com...
hi i have 3 form button at the moment that when u click run there code
and they also change the colour of the text from green to red and the next
buton from red to green that way if u get pulled away u now were u are but
would like to use command buttons as u can change the face colour not just
the text is there a vb code to change the button colour if so could u please
tell me
From: Steve davis on
hi thanks very much spent a bit of time looking at posts then the net so
thanks again

"Jim Cone" wrote:

>
> youcancoloracommandbuttonusingcodesimilartothefollowing:CommandButton1.BackColor=RGB(111,222,333)
> --
> Jim Cone
> Portland, Oregon USA
>
>
>
> "Steve davis" <Stevedavis(a)discussions.microsoft.com>
> wrote in message
> news:847E2866-484B-4127-B0AF-8C7946C4AD95(a)microsoft.com...
> hi i have 3 form button at the moment that when u click run there code
> and they also change the colour of the text from green to red and the next
> buton from red to green that way if u get pulled away u now were u are but
> would like to use command buttons as u can change the face colour not just
> the text is there a vb code to change the button colour if so could u please
> tell me
> .
>