Hi Niranjan,
Add this code to ur existing code
Option Explicit
Dim test As New FPMXLClient.EPMAddInAutomation
Sub RUN_DM()
test.DataManagerRunPackage "Package Description", "Package Folder name", ""
End Sub
Sub ViewStatus_Click()
test.DataManagerOpenViewStatusDialog
End Sub
Option explicit statement should come on the top in the VBCode
Hope this helps
Thanks
Aamer