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

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -