平時我們寫VBA 要找出關鍵字用法都會用Like[code]If .Cells(i, "A") Like "*AAA*" Then .Rows(i).Delete[/code]A欄位有AAA字串則刪除
確定! 回上一頁