Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all,
Whilst the code below changes all button names from GW2opt to GW4opt is there a way to change group names e.g. change group 1a to 1a4 but using a wildcard char to replace 1a since I have groups 1b, 1c, etc. Simply, Iwant to add 4 to all group names! Public Sub ChangeButtonName() Dim OleObj As OLEObject For Each OleObj In ActiveSheet.OLEObjects With OleObj .Name = Replace(.Name, "GW2opt", "GW4opt") End With Next OleObj End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i find unique avg buy prices in multiple group of buys/sell | Excel Worksheet Functions | |||
Data, Group got error message Cannot shift object off sheet | Excel Discussion (Misc queries) | |||
how to change a formula for a large group of cells | Excel Worksheet Functions | |||
How to change the footer only, on multiple worksheets in Excel? | Excel Worksheet Functions | |||
Simultaneously change values in multiple cells? | Excel Worksheet Functions |