MsAccessNL
Member
- Local time
- Today, 22:27
- Joined
- Aug 27, 2022
- Messages
- 209
Sub Closethis()
Thisworkbook.close
End sub
Doesn’t work if this sub is called from another function or from an event. Only if you run it direct. Chat said to run the code on time, but also nothing.
I have code to check for a value otherwise it will close the workbook. Any ideas to get this working?
Thisworkbook.close
End sub
Doesn’t work if this sub is called from another function or from an event. Only if you run it direct. Chat said to run the code on time, but also nothing.
I have code to check for a value otherwise it will close the workbook. Any ideas to get this working?