• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Vba Code Not Work After Re-Open Worksheet

kme

Member
VBA Code Features not Perform In Excel Sheet After Workbook Re-Open Time.

There is Multiple Selection Drop Down List Automate Through VBA Code . After Close Work book re-Open Again The VBA Code Not Perform .

Files are Saved as a "macro-enabled file (.xlsm)".

Kindly Let me the full Details for Active VBA Code While File open time automatically !.
 

kme

Run below code with that file.
Code:
Sub Do_It()
    Application.EnableEvents = True
End Sub
If it helps then You gotta fix Your code somewhere.
 
Back
Top