hello,
i have a macro who "upgrade" my html headers : p to h1, h1 to h2, h2 to h3 etc...
Another one to "downgrade" them.
I make a simple "find and replace Selected text".
It 's working, but i want to be able to keep the selected text to run my macro multiple times...
ex : select "<h1>titre</h1>", call 3 times my macro and have "<h4>titre</h4>" (without re-select after each call).
thanks
i have a macro who "upgrade" my html headers : p to h1, h1 to h2, h2 to h3 etc...
Another one to "downgrade" them.
I make a simple "find and replace Selected text".
It 's working, but i want to be able to keep the selected text to run my macro multiple times...
ex : select "<h1>titre</h1>", call 3 times my macro and have "<h4>titre</h4>" (without re-select after each call).
thanks