我想複製一個Excel文件的方式如下(EXCEL 2013):複製Excel文件並重新命名它
當我打開nameofthefile,首先,自動宏的開始和工作是這樣的:
1.- Explore the actual date of the computer
2.- If the actual computer date is > of the last save date of the nameofthefile then
2.1.- copy the file on the same directory
2.2.- rename the copied file to nameofthefile_dd_mm_yyyy (the actual date)
2.3.- end macro
3.- If the actual computer date is <= of the last save date of the file then do nothing an end macro.
什麼想法? 謝謝...
我們將不只是代碼爲你,請發表任何企圖,並且你已經有了代碼! –
想法?是。啓動宏錄製器並執行您想要執行的步驟。然後清理代碼並在條件下工作。 – teylyn
謝謝...我會那麼做...對不起。這是我第一次,我有這個問題,我不知道如何處理... –