mtheriault2000
Well-known Member
- Joined
- Oct 23, 2008
- Messages
- 826
Hello
I have seen in a code, application.volatile = True and I'm not sure whether or not it apply to my need
Anyone could give me another explanation than the one in the Help from Excel. I just don't catch it
Martin
I have seen in a code, application.volatile = True and I'm not sure whether or not it apply to my need
Code:
Public Function Call_GetNamedString() As String
Dim String_i As String
Application.Volatile True
String_i = GV_GetNamedString("DataString", "error")
Call_GetNamedString = String_i
Application.Volatile True
End Function
Anyone could give me another explanation than the one in the Help from Excel. I just don't catch it
Martin