PearlGI
Registered User.
- Local time
- Today, 07:10
- Joined
- Aug 30, 2001
- Messages
- 125
Does anyone know the correct syntax to get the event property EventProcPrefix to work? I can't find the correct object to use.
The code I need is something like this:
Sub Cell59_Change()
myFunction(EventProcPrefix)
End Sub
Function myFunction(strProc as String)
..
{code}
..
End Function
What object does the EventProcPrefix property need to relate to?
The code I need is something like this:
Sub Cell59_Change()
myFunction(EventProcPrefix)
End Sub
Function myFunction(strProc as String)
..
{code}
..
End Function
What object does the EventProcPrefix property need to relate to?