chevyimpala
Programmer
This is what I am trying to do:
I have a macro that copys data from the excel sheet then opens a series of emails then stops. Now what I want it to do is copy the data, open the outlook applications, and paste what I just opeied inside each one. Then have it set r1,a1 as the active cell. I tried but I just keep getting errors. Can anyone help me with this. This is what my code looks like now:
Range("A1:I19".Select
Selection.Copy
Range("D22".Select
Selection.Hyperlinks(1).Follow NewWindow:=False, AddHistory:=True
Range("D23".Select
Selection.Hyperlinks(1).Follow NewWindow:=False, AddHistory:=True
THX.
I have a macro that copys data from the excel sheet then opens a series of emails then stops. Now what I want it to do is copy the data, open the outlook applications, and paste what I just opeied inside each one. Then have it set r1,a1 as the active cell. I tried but I just keep getting errors. Can anyone help me with this. This is what my code looks like now:
Range("A1:I19".Select
Selection.Copy
Range("D22".Select
Selection.Hyperlinks(1).Follow NewWindow:=False, AddHistory:=True
Range("D23".Select
Selection.Hyperlinks(1).Follow NewWindow:=False, AddHistory:=True
THX.