I want find 2 lines of code and replace it with one or multiple lines using the Global Search and Replace. The issue is that there does not seem to be a way to enter a CR or new line in either the Search or Replace text box. This 'click' on these objects is on several pics.
Example:
I want to Find:
OpenPicture "Pop_Check"
End If
and Replace with:
Navigation.DisplayPopUpRight sApplicationPicPath & PicName82.InitialValue, sApplicationPicPath & TagGroupName82.InitialValue, iDisplay
Exit Sub
Thanks.
Example:
I want to Find:
OpenPicture "Pop_Check"
End If
and Replace with:
Navigation.DisplayPopUpRight sApplicationPicPath & PicName82.InitialValue, sApplicationPicPath & TagGroupName82.InitialValue, iDisplay
Exit Sub
Thanks.