How To Change Selected Field Font In Datasheet View?

vdanelia

Registered User.
Local time
Yesterday, 20:59
Joined
Jan 29, 2011
Messages
215
Hello Friends I need your help, I played with it but without any results.
I want to change selected field font In Datasheet View with VBA or if there is another method.

P.S. I can Change whole Datasheet font and sizefrom VBA, but i need selected field only...

Me.DatasheetFontName = "My Font Name"
Me.DatasheetFontHeight = "My Font Size"
How to modify first line: To say to Change only the specified field in the table?

Thank you very much in advanced
 
Last edited:

Users who are viewing this thread

Back
Top Bottom