Hi All!

I've created an Activex button that sends out emails to a list of email addresses. Within the email itself are three hyperlinks. Unfortunately, I can only get the first one to work! Can someone please help me point out what I'm not doing correctly? Thanks!

Here's the piece of code with the hyperlinks...

                .HTMLBody = .HTMLBody & "First Link: "
                .HTMLBody = .HTMLBody & "<a href='http://firstlink.pdf'>""<u>http://firstlink.pdf</a></u>"""
                .HTMLBody = .HTMLBody & "<BR>"
                .HTMLBody = .HTMLBody & "Second Link: "
                .HTMLBody = .HTMLBody & "<a ref='http://secondlink.pdf'>""<u>http://secondlink.pdf</a>"""
                .HTMLBody = .HTMLBody & "<BR>"
                .HTMLBody = .HTMLBody & "Third Link: "
                .HTMLBody = .HTMLBody & "<a ref='thirdlink.pdf'>""<u>http://thirdlink.pdf</a></u>"""