A
Alex St-Pierre
Hi,
I modify some BackColor of command button and depending what the user do, I
would like to put the same color as the initial color (grey). I tried the
following but it doesn't fit the grey in any Excel version (good with 2002
but not with 2003).
Me.CommandButton1.BackColor = RGB(212, 208, 200)
Is the a way to say something like:
Me.CommandButton1.BackColor = wdStandardCommandButtonColor
Thanks!
Alex
I modify some BackColor of command button and depending what the user do, I
would like to put the same color as the initial color (grey). I tried the
following but it doesn't fit the grey in any Excel version (good with 2002
but not with 2003).
Me.CommandButton1.BackColor = RGB(212, 208, 200)
Is the a way to say something like:
Me.CommandButton1.BackColor = wdStandardCommandButtonColor
Thanks!
Alex