I am working on a project.
In this project the excel sheet may only be saved if some cells are filld in.
The form also only me be save if it’s an .xlm.
I got this working, but one of the excel comadd-ins is not listening to the do not save command in my workbook.
Wat happens is, is that when we save-as the window first pop-up correctly
But coms a second time thereafter.
When I turn this comadd-ins it works fine.
Now the problem is I can’t use:
application.comaddins("ApplicationAddin.AddinModule").connect = False
As this is blocked by Admin.
Is there another way to ignore this comadd-ins.
Or the prevent the second save-as window.
In this project the excel sheet may only be saved if some cells are filld in.
The form also only me be save if it’s an .xlm.
I got this working, but one of the excel comadd-ins is not listening to the do not save command in my workbook.
Wat happens is, is that when we save-as the window first pop-up correctly
But coms a second time thereafter.
When I turn this comadd-ins it works fine.
Now the problem is I can’t use:
application.comaddins("ApplicationAddin.AddinModule").connect = False
As this is blocked by Admin.
Is there another way to ignore this comadd-ins.
Or the prevent the second save-as window.