Showing posts with label How to Disable excel Vba add ins. Show all posts
Showing posts with label How to Disable excel Vba add ins. Show all posts

How to Disable excel Vba add ins.

How to Disable excel Vba add ins.

Blue highlight copy for using code

--------------------------------------------------------------------------

Private Sub Workbook_Open()

 Dim addIn As addIn

    ' Loop through each add-in and disable it

    For Each addIn In Application.AddIns

        addIn.Installed = False

    Next addIn

End Sub

------------------------------------------------------------------------------





About Me

author Click here for Connect FB

Click here for Linkedin

Related Post No.

Powered by Blogger.

Contact Form

Name

Email *

Message *

Search This Blog

Recent Posts

Breaking

Recent Posts

Trending Topic

Breaking

Related Post No.

Pages