How can i use hyperlink in excel to use MFC automation

F

fafe

I'm make a Excel file to use VC++ Automation.

When I clink the A5, wanna to send Sheet 3
But hyperlink is not appeare.


My code;

Range m_range = sheet.GetRange(COleVariant("A5"),COleVariant("A5"));

Hyperlinks hyper_link;

hyper_link.Add(
m_range,"",COleVariant("Sheet3!A1"),COleVariant(""),COleVariant(data1));


How can i use hyperlink .
Please talk to me...T.T
 

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