Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all,
In every worksheet of my Excel file, I have Form type Text Boxes. I need help with activating the Locked Text of those text boxes when I click on the command button. Could you please help me? Below is the code I currently have, and it's not working. Dim objT As OLEObject Dim sh As Worksheet For Each sh In Activeworkbook.Worksheets For Each objT In sh.OLEObjects If objT.OLEType = xlOLEEmbed Then objT.LockedText = True End If Next objT Next sh Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding many textboxes on Form | Excel Programming | |||
Clear all textboxes on a form ? | Excel Programming | |||
Find textboxes on a form ? | Excel Programming | |||
TextBoxes on a Form | Excel Programming | |||
Form Textboxes | Excel Programming |