M
mattsvai
How can I call a custom function without VBA asking me to assign it to
variable?
Ex:
Sub test()
customFunction(arg1,arg2)
end Sub
is there any way to do this without msgboxing it or assigning it?
Cheer
variable?
Ex:
Sub test()
customFunction(arg1,arg2)
end Sub
is there any way to do this without msgboxing it or assigning it?
Cheer