Thread: [Solved] Losing VBA codes in .dotm
View Single Post
 
Old 04-09-2012, 06:35 AM
tinfanide tinfanide is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: Aug 2011
Posts: 312
tinfanide is on a distinguished road
Default Losing VBA codes in .dotm

I've a dotm file and add some codes.
Since I cannot upload a dotm file here, I have attached it in
http://www.box.com/s/4b7c859d87c60f20c609

Code:
Private Sub Document_Open()
MsgBox "open"
End Sub
But it does not trigger the codes.
Reply With Quote