Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel VBA compatability

Status
Not open for further replies.

SQLScholar

Programmer
Aug 21, 2002
2,127
GB
Hey,

I have 2 problems to solve on a tool i created in excel.

1) Someone said they couldnt save the tool with excel 97 saying that some features are not compatable with file format. Although on my Excel 97 it saves fine. What features are/aren`t compatable?

2) In a peice of code (VBA) i have it sends an email to me if people have problems. It uses the code from the Outlook reference. How can i inlcude the version of excel in the subject.

TIA

Dan ----------------------------------------
There are 2 types of computer, the prototype and the obsolete!!
 
The second question is straightforward, so I'll answer that one ;-)
application.version
gives the version as a number. E.g., Excel2000 is 9.0
I'm not sure what is the best reference for version compatibility between different Excel VBA implementations.
Rob
[flowerface]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top