read the Windows version

  • Thread starter Thread starter Fan924
  • Start date Start date
F

Fan924

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?
 
maybe you can use:

MsgBox Application.Version & vbLf & Application.OperatingSystem
 
Back
Top