In my database I have a help File which has been created using HTML helpworkshop
I call the program using the following code
'Shell "HH.exe C:\program files\compair service management\Help CompAir Servicing.chm", vbNormalFocus
The problem I have is that my database is distributed to Germany, Spain etc where C:\Program Files is actually called C:\Programme or something different depending on the Windows language version.
I tried replacing C:\program files with $(programfiles)\.... however that doesn't seem to work.
Does anyone have any suggestions?
I call the program using the following code
'Shell "HH.exe C:\program files\compair service management\Help CompAir Servicing.chm", vbNormalFocus
The problem I have is that my database is distributed to Germany, Spain etc where C:\Program Files is actually called C:\Programme or something different depending on the Windows language version.
I tried replacing C:\program files with $(programfiles)\.... however that doesn't seem to work.
Does anyone have any suggestions?