Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I will be looping through a dynamic range of cells, and when my condition is
met I want to add that value to an array, and then empty the contents of the array onto a different spreadsheet. As a simple example: 'Adding item to array For each cel in Range("A1:A100") If cell.value = "X" Then add cell value to my array end Next cell 'Writing data to new spreadsheet For each cell in Range("B1:B100") add array item to current cell Next cell Does anyone have any suggestions? Thanks in a advance! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
use time functions inside if loop | Excel Worksheet Functions | |||
Using Loop to create Array | Excel Programming | |||
declaring active cell inside a for loop and offsetting from it | Excel Programming | |||
Check if a String is inside an Array | Excel Programming | |||
Check if a String is inside an Array | Excel Programming |