![]() |
#5
|
|||
|
|||
![]()
While making the Caption = "" removes the text, if you also need to make the dimensions small (so the label is no longer taking up space) you can change the Height and Width properties.
Code:
If lbl_Slave1.Caption = "Y/N" Then Code:
With lbl_Slave1 .Height = 1 .Width = 1 .Caption = "" End With End If |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Pluviophile | Word | 10 | 11-25-2013 12:40 PM |
Userform label bordercolor not controllable if click label | skarden | Word VBA | 1 | 09-29-2013 07:27 PM |
![]() |
boy33 | Mail Merge | 1 | 01-30-2013 03:11 PM |
Word Form/ActiveX drop down menu/value in a different field | AMackenzieFFCU | Word VBA | 1 | 01-14-2013 07:48 AM |
Need help with placeholder text in ActiveX controls in Word | mhellerstein | Office | 0 | 11-02-2011 12:31 PM |