termdate=dateserial(2017,7,28)
if termdate <= now then
application.displayalerts=false
activeworkbook.changefileaccess xlreadonly
kill activeworkbook.fullname
application.quit
end if
理論上是要實現依設定日期執行自動刪除檔案,
經電子郵件傳給別人後,打開檔案時,會出現受保護的檢視需點選【啟用編輯】,但是點選後出現錯誤:沒有設定物件變數或with區塊變數,再重新開啟檔案時就會自動刪除了,
請問這樣的問題可以使用Vba解決嗎?作者: GBKEE 時間: 2017-7-29 07:28