
Excel 2013 setting dock position for Custom Task pane causes lag
Feb 12, 2015 · When there is no active document in Excel 2013 custom task pane is created in relatively short time, but when an active workbook present then custom task pane creation …
How to open a Excel workbook in invisible mode
Feb 16, 2009 · Excel. Workbook docExcel = appExcel.Workbooks.Open (fileName1, objSayNo, objMissing, objMissing, objMissing, objMissing, objMissing, objMissing, objMissing, …
SaveAs method of Workbook class failed
If MyApp is spawned by SchedApp running as a Windows service, the call to the Workbook.SaveAs method fails returning 1004 - "SaveAs method of Workbook class failed".
How to export data to Excel 97-2003 Workbook (*.xls) only?
Mar 27, 2012 · Now, this code always shows options of Save as type: Excel Workbook (*.xlsx) and Excel 97-2003 Workbook (*.xls). since my export does not support the Excel Workbook …
not a legal OLEAut Date - social.msdn.microsoft.com
Aug 13, 2015 · On some files I randomly get "Not a legal OLEAut date". I checked the dates in the file and they seem to be legal dates. I am unable to figure out this issue.
How to save a WorkBook to SharePoint? - social.msdn.microsoft.com
Jul 24, 2010 · I Dimmed a WorkBook as such: Dim SaveWB As Workbook Now, I’m trying to assign a String to the WB and save it, as such: SaveWB = imgElement.Title SaveWB.Save …
Execute Excel workbook with SSIS - social.msdn.microsoft.com
Sep 22, 2009 · I use a SSIS package to launch an Excel workbook. I have implemented a Script task which launchs the Excel workbook with the command line function. It works fine but I …
Create a new VBA project - social.msdn.microsoft.com
Apr 9, 2014 · An Excel VBA project is ALLWAYS part of a workbook. And a workbook can only contain ONE VBAProject. So you add a new project by starting a new workbook (control+n) or …
Sample VBA code doesn't work if a Personal Macro Workbook is …
Dec 28, 2017 · The sample code provided in GetObject Function doesn't work with Excel 2016 32bit 8730.2102 if a Personal Macro Workbook is used. I tested scenarios in which Excel is …
Word/Excel instances not closing. Crashing the server
Dec 8, 2019 · We are processing documents through C# in a windows service - Word / Excel using PIA. Here is the code. Locally, through debug, the word is getting closed, but not Excel. …