First, if you want the last 3 characters from a text string, you can use the RIGHT function instead of MID... =RIGHT(A1,3) Second, VBA has both ...
確定! 回上一頁