J
Jan Meijer
Using the sample code from HELP in the macro:
Sub test()
MsgBox System.ProfileString("Options", "STARTUP-PATH")
End Sub
results in an error message 5843
'one of values passed is out of range'
What could be the reason behind this failure?
Sub test()
MsgBox System.ProfileString("Options", "STARTUP-PATH")
End Sub
results in an error message 5843
'one of values passed is out of range'
What could be the reason behind this failure?