Pirate
Registered User.
- Local time
- Today, 12:05
- Joined
- Jun 17, 2009
- Messages
- 23
In my macro I am using the Action "Run Code" but my code is a Public Sub, It tells me to call the Sub by using a Function.
MyFuncition is:
Public Function QuantitySub()
CallPulicSub "Quantity()"
End Function
There is no error messages after I have written the code.
When I run the macro I receive the message
Compile Error: Sub or function not defined.
Any clues
Pirate
MyFuncition is:
Public Function QuantitySub()
CallPulicSub "Quantity()"
End Function
There is no error messages after I have written the code.
When I run the macro I receive the message
Compile Error: Sub or function not defined.
Any clues
Pirate