I'd like to make this macro interactive by adding a box to select column and text with wildcards
Currently I change the "F" and the "*:*" in the code below and then run the macro. But, I'd like to make it interactive so others with no experience with vba can do it.
Any help greatly appreciated.
Jim
rows in macro that are affected
With .Cells(Lrow,"F") ‘insert column
If Not IsError(.Value) Then
If .Value Like "*:*" Then .E. . . .
![]()
Please Login or Register to view this content.
Bookmarks