Format Text using VBA

J

JK

Would anyone know where I could find an example that would show me how to
alter the formatting of text using VBA? I want to be able to change the font,
size and bold/italic info using visual basic.

Thanks,
Jason
 
J

Jack Leach

Me.ControlName.FontSize = 10
Me.ControlName.FontName = "Tahoma"
Me.ControlName.FontBold = 0


try that...
--
Jack Leach
www.tristatemachine.com

"I haven't failed, I've found ten thousand ways that don't work."
-Thomas Edison (1847-1931)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top