![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
I have designed a user form (as a module),
Is there a way I change the background colour and text colour? |
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sunny, spring-like Hull
Posts: 3,339
|
If you mean you've designed it by inserting a userform, right-click on it, select properties and change the back and fore colors colours that way.
If you've created it 'on-the-fly', then use the following to change the colours: - UserForm1.BackColor = vbRed UserForm1.ForeColor = vbBlue (for example). |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|