VB code to email at File Save is nnot auto-running
Closed
geelsu
Posts
2
Registration date
Wednesday April 9, 2014
Status
Member
Last seen
April 9, 2014
-
Apr 9, 2014 at 10:12 AM
geelsu Posts 2 Registration date Wednesday April 9, 2014 Status Member Last seen April 9, 2014 - Apr 9, 2014 at 11:36 AM
geelsu Posts 2 Registration date Wednesday April 9, 2014 Status Member Last seen April 9, 2014 - Apr 9, 2014 at 11:36 AM
Related:
- VB code to email at File Save is nnot auto-running
- Save as pdf office 2007 - Download - Other
- Windows 10 iso file download 64-bit - Download - Windows
- Grand theft auto v free download no verification for pc - Download - Action and adventure
- Battery reset code - Guide
- How to stop facebook auto refresh - Guide
1 response
geelsu
Posts
2
Registration date
Wednesday April 9, 2014
Status
Member
Last seen
April 9, 2014
Apr 9, 2014 at 11:36 AM
Apr 9, 2014 at 11:36 AM
OK. Found it. You need the sub to be in the Workbook module.
<Alt +F11> to open the VBE. Double click 'ThisWorkbook' in the Project explorer window (top left window). You will then see General at the top left of the Code window and Declarations at the top right of the Code window.
Clicking on General drops down 'Workbook' and creates the default Open sub. Select Beforesave from the declarations.
<Alt +F11> to open the VBE. Double click 'ThisWorkbook' in the Project explorer window (top left window). You will then see General at the top left of the Code window and Declarations at the top right of the Code window.
Clicking on General drops down 'Workbook' and creates the default Open sub. Select Beforesave from the declarations.