Welcome to VBA Tips & Tricks. All VBA related information will be posted on this blog. Of late, VBA has been disregarded by many software professionals for .Net, c# and other technologies. This blog will also post articles related to them too Happy reading
Wednesday, November 2, 2011
Open workbook trigger events
Private Sub Workbook_Open()
MsgBox "This is auto open macro in This workbook"
End Sub
No comments:
Post a Comment