read the Windows version

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?
 
D

Dave Peterson

maybe you can use:

MsgBox Application.Version & vbLf & Application.OperatingSystem
 
Top