Link to home
Start Free TrialLog in
Avatar of Bob Schneider
Bob SchneiderFlag for United States of America

asked on

Replace Multi-Line String in vb6

I want to replace this in my vb6 project...there are over 150 of them but it looks like the "Replace" function only works for a single line...:

Else

End If
Avatar of Martin Liss
Martin Liss
Flag of United States of America image

You left out the code/picture(?).
ASKER CERTIFIED SOLUTION
Avatar of Joe Howard
Joe Howard
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bob Schneider

ASKER

No I just want to  get rid of a multi-line code snippet using "Replace".  No real code to attach.
Thanks!!