View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default Operating system

Sub os()
MsgBox Application.OperatingSystem
End Sub
on mine,which is xp home i get
Windows (32-bit) NT 5.01

"nath" <n@n wrote in message ...
is there anyway of detecting what operating system is
being used?

Nath.