PC Review


Reply
Thread Tools Rate Thread

Can I change the format of a control at Runtine?

 
 
NoSpam@aol.com
Guest
Posts: n/a
 
      19th Apr 2008
Is there any way change the format of a control at Runtine? If so, how do
I specift Font, font size, type (Bold, etc)

Thanks for any help
 
Reply With Quote
 
 
 
 
Mark Ivey
Guest
Posts: n/a
 
      19th Apr 2008
What type of control do you want changed?

What name have you given it?

Mark Ivey


Here is a basic example showing how you can change a commandbutton's
features when the userform initializes...


Private Sub UserForm_Initialize()

CommandButton1.Font.Bold = True
CommandButton1.Font.Size = 26

End Sub

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change Date Content Control to UK format Mary Ann Microsoft Word Document Management 7 30th Sep 2008 08:18 PM
Re: Change caption format of a button according to value of another control Douglas J Steele Microsoft Access 2 15th Aug 2005 10:19 PM
Change caption format of a button according to value of another control Veli Izzet Microsoft Access 0 15th Aug 2005 12:03 PM
How to change the format of the calendar control? Miguel Dias Moura Microsoft ASP .NET 1 30th Mar 2004 03:01 PM
Change Format of a Control Rhonda Floyd Microsoft Access Form Coding 2 19th Sep 2003 01:42 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:33 PM.