I have a quick question wouldn't take any of you a second to answer for me.
I'm trying to move cells in excel over by 1 if the value starts with Q3=
However I can't ge the wild card to work
This is what I have so far
Sub Test
Dim j As String
Range("B1").Select
j = Selection.Value...