Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This should be a pretty easy question, but I just can't seem to be
able to figure it out. I've not done much VBA programming with arrays. I have in cells A4 through A49 a list of job numbers. Each job number has not only a row of data on this sheet, but another sheet whose name is the job number. For exampl, cell A4 contains 99909, and there is also a sheet named 99909. The list of jobs varies with each new set of data. For example, next month, there may be 40 rows of data, and 99909 may not be on the list. I want to read the sheet names into an array and perform an action (printing) on the array, something like this: For each cell in A4 through end of list, add cell value to array When end of list is reach, print each sheet in array Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Concatenate Variable Array of Text Cells | Excel Discussion (Misc queries) | |||
Reading data from another sheet where data is in variable cells | Excel Discussion (Misc queries) | |||
sumproduct - reading a variable value | Excel Discussion (Misc queries) | |||
Trying to use cells as a variable to calculate(count) an array | Excel Programming | |||
Reading Textfile into a variable | Excel Programming |