Notice to purge data
Closed
wgansert
Posts
1
Registration date
Thursday July 21, 2016
Status
Member
Last seen
July 21, 2016
-
Jul 21, 2016 at 01:36 PM
Blocked Profile - Jul 21, 2016 at 04:17 PM
Blocked Profile - Jul 21, 2016 at 04:17 PM
Related:
- Notice to purge data
- Tmobile data check - Guide
- Transfer data from one excel worksheet to another automatically - Guide
- Gta 5 data download for pc - Download - Action and adventure
- Digital data transmission - Guide
- Data transmission cable - Guide
1 response
You can have it check a value upon opening with:
You could do that to start. Now all you would need to do is find a date value in a range. Let us know which part you are stuck with, as we cannot provide a turn key solution (well I won't but others will, if you stick around long enough!)
Private Sub Workbook_Open()
...do something here every time the book opens, extending the opening processing as the file grows......
End Sub
You could do that to start. Now all you would need to do is find a date value in a range. Let us know which part you are stuck with, as we cannot provide a turn key solution (well I won't but others will, if you stick around long enough!)