View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MarkFL MarkFL is offline
external usenet poster
 
Posts: 1
Default checking Excel version number

I am writing a VBA macro in Excel 2000 and would like to check the version number of Excel as a first step. (I have some users with Excel 2000, and others with XP & 2003.) Is there a simple way to do this in VBA code? Thanks.