Trying to use the run code macro, but there seems to be problems with
connecting and running the function, in a module, I have selected. It
seems there are problems in the arguments, which I am entering in the
"action window". I am entering:
ChangeProperty_ DB_Window(strPr opName As String, varPropType As Variant,
varPropValue As Variant) As Integer
and I am getting an info box saying:
...."can't find the name 'strPropName'yo u entered in the expression"
tried a few different combinations of the arguments - no luck.
While I'm at it, anyone know how I would call a sub procedure from a
function - which I will also need to use this RunCode macro(seperate
issue from above).
J
connecting and running the function, in a module, I have selected. It
seems there are problems in the arguments, which I am entering in the
"action window". I am entering:
ChangeProperty_ DB_Window(strPr opName As String, varPropType As Variant,
varPropValue As Variant) As Integer
and I am getting an info box saying:
...."can't find the name 'strPropName'yo u entered in the expression"
tried a few different combinations of the arguments - no luck.
While I'm at it, anyone know how I would call a sub procedure from a
function - which I will also need to use this RunCode macro(seperate
issue from above).
J
Comment