名前を変更には、Nameステートメントを使います。
実行プログラム
1 2 3 4 5 6 7 8 9 |
Sub Sample7_8_1() ' ファイル名の変更 Name "C:\excelmemo\Sample7_8.txt" As "C:\excelmemo\Sample7_8_BK.txt" 'フォルダ名の変更 Name "C:\excelmemo\Sample7_8" As "C:\excelmemo\Sample7_8_BK" End Sub |