Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings,
I am using the Routing function on Excel and I would like to autofill the routing recipients and route the workbook based on the people that are in a range of cells. The Cells that auto fill based on fomula's are A1:A6....some cells may be blank. I am just unfamiliar with arrays, but here is where I am so far with the code: ActiveWorkbook.HasRoutingSlip = True With ActiveWorkbook.RoutingSlip .Recipients = Array(????) End With ActiveWorkbook.Route I think I will need to use a FOR statement, but need a little help. Thank you very much, Mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drag-filling a formula Array | Excel Discussion (Misc queries) | |||
Filling a few cells based on the info from another worksheet. | Excel Worksheet Functions | |||
help with filling in an array formula | Excel Discussion (Misc queries) | |||
Filling a List Box in Excel from an Array | Excel Discussion (Misc queries) | |||
Filling an array with data | Excel Worksheet Functions |