Hi,
Does anybody know how to start a new work book from a windows form? I found this on Microsoft's website but I keep getting the error message "The Name m_objExcel does not exsist in the current context".
using
namespace
{
///
}
m_objBook = (Excel._Workbook)(m_objBooks.Add(m_objOpt));
Thanks in advance...