Rank: Administration Groups: Administration
Joined: 12/5/2006 Posts: 104 Points: 912
|
To make changes of VBA code keep in mind:
1. You will need to set that "Trust access to Visual Basic Projects" or ReplaceMagic will initiate security pop-up where you need to click on Yes. In case of Excel, Word, PowerPoint and Visio that can be done. In case of Project you can not set this option (at least not for Project 2000) so you will need for each file to click on Yes or ReplaceMagic will skip your file. If you use "ConvertFileCancel" feature (only Professional edition) ReplaceMagic will automatically close pop-up after set number of seconds if you do not press Yes before this time elapse.
Usually this option can be found in "Tools => Macros => Security" and then tab "Trusted Sources"
2. We recommend that you first open your Microsoft application and set this option on, then to close MS application and open it again to check is option selected or not. If you try to run VBA search&replace without setting this option ReplaceMagic will not be able to do anything.
3. In case of Microsoft Word as there are two workspaces (project and normal) ReplaceMagic will make changes in both of them.
4. Be very careful with this feature because you can easily break your VBA code (we do not take responsibility for this).
Oliver ReplaceMagic Support
|