Excel VBA - Run macro before save

后端 未结 1 364
鱼传尺愫
鱼传尺愫 2020-12-11 16:57

I\'ve been looking around on how to call my macro just before I save my document. I found this, but when I put my code inside it, it doesn\'t do anything. So I presume I\'m

相关标签:
1条回答
  • 2020-12-11 17:40

    Place your code in the ThisWorkbook module

    Place your code here

    0 讨论(0)
提交回复
热议问题