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
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: