X
XP
Using Office 2003 and Windows XP;
In MS-Excel, I can use a function like the one below to assign a new color
to a certain position on the color palette:
ActiveWorkbook.Colors(52) = RGB(222, 202, 202)
How does one accomplish this in MS-Access using VBA or what is the
equivalent code in Access?
Thanks much in advance.
In MS-Excel, I can use a function like the one below to assign a new color
to a certain position on the color palette:
ActiveWorkbook.Colors(52) = RGB(222, 202, 202)
How does one accomplish this in MS-Access using VBA or what is the
equivalent code in Access?
Thanks much in advance.