Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default VBE replace with pattern matching?

Is it possible to do a global replace in the whole project
with pattern matching?

For example I have:
If Not strVar = ""

and I would like to replace it with:
If Len(strVar) 0

RBS
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default VBE replace with pattern matching?

Hi Bart,

One of the MZ Tools utilities enables a global search and replace across a
selection, a module, a project or all open projects:

http://mztools.com/v3/download.htm


---
Regards,
Norman


"RB Smissaert" wrote in message
...
Is it possible to do a global replace in the whole project
with pattern matching?

For example I have:
If Not strVar = ""

and I would like to replace it with:
If Len(strVar) 0

RBS



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default VBE replace with pattern matching?

Thanks, I use that, but I didn't see it could do a replace with patterns
matching.

RBS


"Norman Jones" wrote in message
...
Hi Bart,

One of the MZ Tools utilities enables a global search and replace across a
selection, a module, a project or all open projects:

http://mztools.com/v3/download.htm


---
Regards,
Norman


"RB Smissaert" wrote in message
...
Is it possible to do a global replace in the whole project
with pattern matching?

For example I have:
If Not strVar = ""

and I would like to replace it with:
If Len(strVar) 0

RBS




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pattern Matching [email protected] Excel Discussion (Misc queries) 6 September 24th 07 09:19 PM
pattern matching possible? vito Excel Worksheet Functions 1 May 16th 06 05:03 PM
pattern matching w/o using VBScript's RegExp Object Tim Williams Excel Programming 0 March 7th 05 09:19 PM
Pattern Matching with cells function John[_80_] Excel Programming 2 June 29th 04 04:51 AM
Wildcard pattern matching and replace in string Janelle Excel Programming 0 August 7th 03 10:43 PM


All times are GMT +1. The time now is 05:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"