View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_2_] Dave Peterson[_2_] is offline
external usenet poster
 
Posts: 420
Default read the Windows version

maybe you can use:

MsgBox Application.Version & vbLf & Application.OperatingSystem

On 08/18/2010 02:56, Fan924 wrote:
I can read the excel version using a macro. Thanks to info from this
group. Is there a way to read the Windows version too?


--
Dave Peterson