Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Have this code that sends worksheet via lotus notes.... Tried placing a comma, semicolon, and every other trick i could think of but cant get it to work. Need to add more than one name. vaRecipient = "jeremy aldridge" thanx |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't use Lotus Notes, but I'd try:
vaRecipient = array("jeremy aldridge", "next name here", "another") vaRecipient is declared as a Variant, right??? "J.W. Aldridge" wrote: Have this code that sends worksheet via lotus notes.... Tried placing a comma, semicolon, and every other trick i could think of but cant get it to work. Need to add more than one name. vaRecipient = "jeremy aldridge" thanx -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For the OP
See Dennis his site for Notes code http://www.excelkb.com/?cNode=1X5M7A -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Dave Peterson" wrote in message ... I don't use Lotus Notes, but I'd try: vaRecipient = array("jeremy aldridge", "next name here", "another") vaRecipient is declared as a Variant, right??? "J.W. Aldridge" wrote: Have this code that sends worksheet via lotus notes.... Tried placing a comma, semicolon, and every other trick i could think of but cant get it to work. Need to add more than one name. vaRecipient = "jeremy aldridge" thanx -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dave,
yes, it is declared as a variant. However, still got an error...... "runtime error 13, type mismatch" this line was highlighted. Loop While vaRecipient = "" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple names | Excel Discussion (Misc queries) | |||
Deleting Multiple Names | Excel Discussion (Misc queries) | |||
How to load multiple names ? | Excel Discussion (Misc queries) | |||
VB for multiple cell names | Excel Programming | |||
Multiple range names | Excel Programming |