I have two identical userforms. I want to give them different names. If the word Google appears in the UserForm, I want to swap it with Yahoo.
I figured this would work:
Sub Test()
Dim Ctl As Control
Application.EnableEvents = False
For Each Ctl In Google.Controls...