Top "Excel-2003" questions

The Excel-2003 tag is used for referencing the Excel Version 2003 spreadsheet application from Microsoft.

Excel Add-in doesn't get the hint

I have an excel add-in that keeps coming back when I start excel, even though I've removed it from the …

excel add-in excel-2003
Excel: Check Sheet Dependencies within a Workbook?

I'm in the process of refactoring a huge workbook woth a lot of legacy parts, redundant computations, cross-dependencies etc. Basically, …

excel excel-2003 vba
Change Excel "External Data" Connection String

We currently use pivot tables in Excel 2003 to do our reporting. These pivot tables use the inbuilt "Import External Data" …

c# .net com excel-2003
Workbooks.OpenText doesn't take 'fieldinfo' parameter

The following code demonstrates the problem which is stated in questions title. Copy & paste it in a new Microsoft …

vba ms-office parameter-passing excel-2003
Excel imports SQL Data, but changes the order of 1 column once imported

I do an import data from a query I created in MS Query. Lets say the columns are in order …

excel excel-2003 vba
Return if all Excel column values don't agree

I have the following data in an Excel Spreadsheet: A B C 1 b b b I would like to put …

excel excel-2003 worksheet-function
Import data to Excel 2003 with a login page

I am building a project and I understand that Excel 2003 supports the import of data from external webpages via "Data …

excel excel-2003 vba
How to capture worksheet being added through Copy/Paste in Excel VBA

I am trying to capture worksheets being copied in to a workbook from another workbook. Workbook_NewSheet event does not …

vba excel excel-2003