excel vba - Creating Service Agreement for a Macro with VBA -
i want create sla macro. example, have created functionality of excel vba. macro gets executed whenever trying execute within 6 months. if try execute macro after 6 months should not work, rather should ask renewal or so.
thanks in advance :)
in general, may of use:
- add database
- read it
- if value not read, give nasty msgbox , close workbook w/o saving
- write in db date first time user uses vba tool
- check if there 6 months after date
- if there 6 months -> ask renual nasty msgbox , close workbook w/o saving
Comments
Post a Comment