S
Simon
Rather then hard wiring the email addresses into the code I wish to
place it in the worksheet then define it as a Range and input the
range in the array as shown below.
How can I get it to work, I think I need something other than .Value
Dim MyPath5 As String, MyRange5 As Range
Set MyRange5 = MyWBConvertor.ActiveSheet.Range("D1")
MyPath5 = MyWBConvertor.Path
''''''''''''''''''''''''''''''''''''''
MyWBLnkZn.SendMail Recipients:=Array("MyRange5")
place it in the worksheet then define it as a Range and input the
range in the array as shown below.
How can I get it to work, I think I need something other than .Value
Dim MyPath5 As String, MyRange5 As Range
Set MyRange5 = MyWBConvertor.ActiveSheet.Range("D1")
MyPath5 = MyWBConvertor.Path
''''''''''''''''''''''''''''''''''''''
MyWBLnkZn.SendMail Recipients:=Array("MyRange5")