Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I select all the text boxes on a worksheet begining with the same
name, the following selects them in turn, however I wish to select all of them at once? Presumably I need to build an Array of all the differant names, but how do I do that through VBA For Each objShape In ActiveSheet.Shapes If objShape.Name Like ("myBox*") Then objShape.Select End If Next objShape |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to select multiple text boxes in excel for formatting | New Users to Excel | |||
Excel spreadsheet is corrupted with multiple text boxes? | Excel Discussion (Misc queries) | |||
HOW TO DELETE MULTIPLE TEXT BOXES FROM A TEMPLATE FILE | Excel Discussion (Misc queries) | |||
Selecting subsets using combo boxes or list boxes | Excel Discussion (Misc queries) | |||
Multiple text boxes selection | Excel Worksheet Functions |