T
thecompnerd
I'm struggling to figure out how to run a protected Macro in one project from
a macro in another project that I created. I tried the "call" function, but
keep getting an error message "Run-time error '424': Object required".
The protected project is "Code128WordAddin" and the macro is
"ConvertToCode128".
Here is what the script looks like:
Sub SelectandConvert()
'
' SelectandConvert Macro
'
'
Selection.WholeStory
Call Code128WordAddin.Module1.ConvertToCode128
End Sub
Any guidance is appreciated.
Thanks.
a macro in another project that I created. I tried the "call" function, but
keep getting an error message "Run-time error '424': Object required".
The protected project is "Code128WordAddin" and the macro is
"ConvertToCode128".
Here is what the script looks like:
Sub SelectandConvert()
'
' SelectandConvert Macro
'
'
Selection.WholeStory
Call Code128WordAddin.Module1.ConvertToCode128
End Sub
Any guidance is appreciated.
Thanks.