N
naveen
Hi,
I am adding click event for dynamically generated inline shape command
buttons in following way to the module
ActiveDocument.VBProject.VBComponents(1).CodeModule.AddFromString
strGenerateQtypeEvent
where strGenerateQtypeEvent is a string having click event generated code
This gives application error /crash, When I trying to Protect document after
the execution of code.
Can anybody suggest me a general way to call event for the runtime generated
buttons.
Or plese suggest me how to proceed with causing of error
Thanks
I am adding click event for dynamically generated inline shape command
buttons in following way to the module
ActiveDocument.VBProject.VBComponents(1).CodeModule.AddFromString
strGenerateQtypeEvent
where strGenerateQtypeEvent is a string having click event generated code
This gives application error /crash, When I trying to Protect document after
the execution of code.
Can anybody suggest me a general way to call event for the runtime generated
buttons.
Or plese suggest me how to proceed with causing of error
Thanks