View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Raymond Allan[_2_] Raymond Allan[_2_] is offline
external usenet poster
 
Posts: 9
Default Getting Office Version Number from Excel VBA

Hi,

I am using verNum = Application.Version to pull the current office version, without declaring the variable it brings in 16.0, when declaring this as a single it only brings in 16, 16.0 is required as I am using this to read & write registry setting.

TIA for any help on this

Raymond