XLL Add-in help

A

annex

Hi, hope someone can help...

I'm quite new to programming Excel add-ins (XLL) in C++. There isn't enough
help on it on the internet. All i could find is the Excel Developer's kit in
MSDN and the Macrofun.hlp which help to a certain extent, but there is still
a lot missing.

1) Is there any other help apart from the ones i just mentioned, better
still with examples...?

2) What is the syntax to use xlcSelect...?

3) How do i add a new sheet with xlcWorkbookAdd...?

4) How do i do an offset from the active cell like
ActiveCell.Offset(0,1).Select ?

Thanks.
 

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