Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I have a series of names defined as defMac1 defMac2 defMac3 .... defMac18 I'll like to write a code to look for each name and do other code, everything inside a loop. Something similar to: Sub defmac() Dim n As Name Dim x as Integer x = 1 For Each n In ActiveWorkbook.Names.Item(defMac(x)) i=i+1 x=x+1 Next n Msgbox i End Sub Of course this code doesn't work , but hope you get the idea. Anny ideas. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Program Speed - Arrays Searching vs. Row Searching | Excel Programming | |||
Fill Series Dates: not letting me change the series from year to m | Excel Discussion (Misc queries) | |||
Searching, matching then searching another list based on the match | Excel Discussion (Misc queries) | |||
chart data series -- plot a table as a single series | Charts and Charting in Excel | |||
series graph -- one series being added to another series | Charts and Charting in Excel |