Find/Replacing large sections of code

  • Thread starter Thread starter Rod
  • Start date Start date
R

Rod

Any reliable method of doing a find / replace for large pieces of code?

Find / replace can do single lines of code, but I need to replace multiple
lines with multiple lines. How can I do this?
 
Rod,

My first thought is that if you are going to replace large sections of code
in more than one location, you probably need to write a function or
subroutine to accomplish whatever the task is. Unfortunately, that will not
help you find the code blocks you need to replace.

HTH
Dale
 
Here is a link to an Access add in that will do find and replace not only in
VBA, but in all Access objects. You can download a free evaluation. The
cost of the utility is only $39.00 (unless it has gone up in the last couple
of years). It is the best $39.00 I have ever spent on software:

http://www.rickworld.com/download.html
 
Back
Top