jakircevic
New member
- Local time
- Tomorrow, 05:48
- Joined
- Dec 28, 2009
- Messages
- 4
Hi,
I would like to have the ability to change automatically the fontname used for all my objects (labels, text box etc..) in both my forms and reports.
Not being a programmer, I have googled my problem but could not find an answer. I have tried to declare the following global variable in a module but it does not work:
Public stdfont As String
For Each stdfont In Forms
Set stdfont = "arial"
Is there a simple way to achieve my goal?
Thank you!
Thierry
I would like to have the ability to change automatically the fontname used for all my objects (labels, text box etc..) in both my forms and reports.
Not being a programmer, I have googled my problem but could not find an answer. I have tried to declare the following global variable in a module but it does not work:
Public stdfont As String
For Each stdfont In Forms
Set stdfont = "arial"
Is there a simple way to achieve my goal?
Thank you!
Thierry