Tagged Questions

The Excel-97 tag is used for referencing the Excel Version 97 spreadsheet application from Microsoft. The version independent Tag is "excel". If your question is about VBA then also tag it VBA. If it is about an Excel formula or worksheet function, then tag it worksheet-function.

learn more… | top users | synonyms

1
vote
7answers
6k views

OLEDBConnection.Open() generates 'Unspecified error'

I have an application that uploads an Excel .xls file to the file system, opens the file with an oledbconnection object using the .open() method on the object instance and then stores the data in a ...
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 ...