Thread
:
Protect VBAProject from within the code
View Single Post
#
1
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 129
Protect VBAProject from within the code
This might help too.
Private Sub Workbook_Open()
If ReferenceExists("MyExcellAddin") Then
' We need to generate the report
ReportUtils.AutoGenerateReport Me
End If
End Sub
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]