Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need to create macro to do a partial reload and then link it to a buton in the layout,
Is it possible?
Thanks!
David
Hi David,
First, you need to use the Add or Replace Load in your script.
After that you can use the code below.
Sub PartialReload
ActiveDocument.PartialReload<div>End Sub</div><div>
Hi David,
First, you need to use the Add or Replace Load in your script.
After that you can use the code below.
Sub PartialReload
ActiveDocument.PartialReload<div>End Sub</div><div>
Thanks Fernando!
Thanks Fernando!!
to save the space for the butoon, you could use CTRL+SHIFT+R
This macro doesn't work for me
What are those <div> tags?
I wrote it this way:
Sub PartialReload
ActiveDocument.PartialReload
End Sub
But when i click on the button it doesn't work at all =(
the <div> tags are html, and are a bug of the editor which is used in the community. but this rarely happens