pie chart

  1. J

    Inserting Pie Chart in Excel and getting error HRESULT: 0x80020005 (DISP_E_TYPEMISMATCH)

    Hi everybody, I'm trying to insert a pie chart into excel worksheet. For this sake I recorded a macro and used its code in Code Stage in the Excel VBO. Here's what my code looks like after the modifications for use in BP: Dim wb as Object = GetWorkbook(handle, workbookname) Dim ws as Object =...
Top