


(strMacro) wb.Application.Run("RSINegative", Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value,Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Wb = null Excel._Worksheet sheet = null VBIDE.VBComponent module = null string strMacro = GetMacros(IQDACustomEntity.TemplatePath + "\\INGVysya\\RSINegative_files\\RSINegative.bas") wb = (IQDACustomEntity.TemplatePath + "\\INGVysya\\RSINegative.xls",įalse, false, 5, "", "", false,, "", true, false, 0, true) wb.Application.DisplayAlerts = false sheet = (Excel.Worksheet)wb.Worksheets sheet.Activate() module = wb.(VBIDE.vbext_ComponentType.vbext_ct_StdModule) Code is as follows:- Excel.Application obj = new Excel.Application() Excel._Workbook I have use some Macro for formating purpose. In this aaplication, i have use MS Excel from some reporting purpose.

Hi, I have design Asp.Net Intranet web base application.
