Routing a Workbook in Excel

G

Guest

When I click on File, Send To, Routing Recipient, nothing happens. What do I
need to do to get this feature to work?

How do I route a workbook in Excel from one person on the list to the next
and back to me?
 
A

Alan Beban

cindyc79 said:
When I click on File, Send To, Routing Recipient, nothing happens. What do I
need to do to get this feature to work?

How do I route a workbook in Excel from one person on the list to the next
and back to me?
If the functions in the freely downloadable file at
http://home.pacbell.net/beban are available to your workbook, you might
want to consider the ArrayAlternates function. it will return each odd
row [ArrayAlternates(MyArray)], each even
row[ArrayAlternates(MyArray,False)], each odd
column[ArrayAlternates(MyArray,,False)], or each even
column[ArrayAlternates(MyArray,False,False)].

Alan Beban
 
A

Alan Beban

Alan said:
cindyc79 said:
When I click on File, Send To, Routing Recipient, nothing happens.
What do I need to do to get this feature to work?

How do I route a workbook in Excel from one person on the list to the
next and back to me?
If the functions in the freely downloadable file at
http://home.pacbell.net/beban are available to your workbook, you might
want to consider the ArrayAlternates function. it will return each odd
row [ArrayAlternates(MyArray)], each even
row[ArrayAlternates(MyArray,False)], each odd
column[ArrayAlternates(MyArray,,False)], or each even
column[ArrayAlternates(MyArray,False,False)].

Alan Beban
Whoops! Posted to the wrong thread; sorry

Alan Beban
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top