Will this work for you? I removed the bracket ([) and replaced it
with a single character wild card.
Sub this()
For i = 2 To Cells(Rows.Count, "A").End(xlUp).Row
If Cells(i, "A").Text Like "?bestandnaam*" Then
Range(Cells(i, "A"), Cells(i, "A").End(xlToRight)).Cut _
Destination:=Cells(i, "A").Offset(1, 5)
End If
Next i
End Sub
3. Programming help statements into my VBA custom user defined functi
4. Creating my own user defined function help statements
5. Help please, IF statement/SUMIF statement
6. JBuilder 2006: auto generating import statements/getting help on needed import statements
7. EXEC CMD - END-EXEC statement in IF Statement or EVALUATE STATEMENT
8. GIS Database Help - SQL Statement Help
9. Help!!!! Need help with IF statement!!
11. Correct syntax for SELECT statement within a SELECT statement.
12. does the statement FileCopy complete before next statement is executed???
13. Embedded IF statement in SELECT CASE statement
14. IIf statement vs Select Case statement
15. Select statement after the sqldataadapter Update statement