How to pass excel worksheet range to an .xll file written in c++

Joined
12/12/12
Messages
38
Points
18
I am trying to write an xll add-in in c++ which will take a range as input from an excel worksheet and output something (like a sum or max etc.)

I would like to know how I can read a range without specifying the dimensions.

How can the xloper struct be used?
 
Back
Top