View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Istalled Windows Version

Hi Dennis,

Try:

'=============
Public Sub Tester()
Dim sPath As String

sPath = Environ("ProgramFiles")
MsgBox sPath

End Sub
'<<=============


---
Regards,
Norman



"Dennis" wrote in message
...
Excuses because of giving me to understand. What I need to know where it's
installed my programs, for example: When the begin's button is "Start" the
folder is "C:\Programs Files\" and if the begin's button is "Inicio" the
folder is "C:\Archivos de programa\".

How know it!

Please help me....!