Tagged Questions
0
votes
0answers
141 views
How do I determine if a range exists, with the Excel 97 SDK [Excel4()]?
I need to know if a range exists, in my Excel addin. I use the Excel97 SDK (the Excel4() function).
For instance, I have a range named:
NotARealSheet!R1X10
When I set it to an XLOPER, it sets ...