MarkDicken
IS-IT--Management
I need to Check and Possibally Modify the following Registry Key:-
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Text\DisabledExtensions
Becuase I need to TransferText (Import) files with a .STA extension. The .STA File Extension is not a reconised Text File Format so I need to Lookup (GetSetting) and Update (SetSetting)
As per
I've played with the Syntax and just can not get this to work.
Can anyone help me with the Syntax ???
I have tried the following :-
dim a
a = GetSetting("HKEY_LOCAL_MACHINE", "SOFTWARE\Microsoft\Jet\4.0\Engines\Text", "DisabledExtensions"
MsgBox "Entry is " & a & "."
Many Thanks In Advance,
Regards
Mark Dicken
England, UK
Mobile +44 (0)7949 698 380
Email markd@trainingserve.com
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Text\DisabledExtensions
Becuase I need to TransferText (Import) files with a .STA extension. The .STA File Extension is not a reconised Text File Format so I need to Lookup (GetSetting) and Update (SetSetting)
As per
I've played with the Syntax and just can not get this to work.
Can anyone help me with the Syntax ???
I have tried the following :-
dim a
a = GetSetting("HKEY_LOCAL_MACHINE", "SOFTWARE\Microsoft\Jet\4.0\Engines\Text", "DisabledExtensions"
MsgBox "Entry is " & a & "."
Many Thanks In Advance,
Regards
Mark Dicken
England, UK
Mobile +44 (0)7949 698 380
Email markd@trainingserve.com