Thread: [Solved] MSAccess Color?
View Single Post
 
Old 03-04-2013, 04:45 AM
tinfanide tinfanide is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: Aug 2011
Posts: 312
tinfanide is on a distinguished road
Default MSAccess Color?

Code:
ActiveDocument.Background.Fill.ForeColor
' return
' 16777215
' it means white
If I want to use the background colour as the font colour, how?
Code:
Selection.Font.ColorIndex = ActiveDocument.Background.Fill.ForeColor
' return error
Thank you.
Reply With Quote