Top "Excel-2003" questions

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

How can I create text files with special characters in their filenames

Demonstration of my problem Open a new Excel workbook and save these symbols 設計師協會 to cell [A1] insert the following VBA …

vba excel-2003 createfile
ROW() function behaves differently inside SUM() and SUMPRODUCT()

Problem definition: Enter any number in cell A1. Now try the following formulae anywhere on first row. =SUM(INDIRECT("A"&…

excel excel-2007 excel-formula excel-2003
VBA Runtime Error : Clear Contents of an Excel sheet

I have written following VBA code in Excel 2003 to clear the contents of an excel sheet; But it shows RunTime …

vba excel excel-2003
Comparing DateTime from cell with two dates VBA

I am trying to compare the dates with time from inside a cell with Now() I have the code so …

excel excel-2003 vba
How to check timestamp of a text file using VBA

I'm trying to write a code in Excel 2003 VBA (Windows XP) to find out if outside TXT file has different …

vba excel timestamp excel-2003
VBA get key by value in Collection

Possible Duplicate: VBA collection: list of keys Maybe it is a very simple question, but I am new in VBA. …

excel vba excel-2003
Excel 2003 - How to build my own XLA?

How can you make the .xla file if you want to create your own xla? I have the code, classes, …

vba excel excel-2003 xla
Exporting an MS Excel 2003 workbook to PDF via VBA

I have an Excel 2003 workbook that contains a macro to copy certain of its sheets across to a new workbook, …

pdf excel pdf-generation excel-2003 vba
Why use Range.Formula in VBA for Excel 2003 instead of Range.Value?

I was wondering why in VBA code for Excel 2003 do we even need to use Range.Formula to write a …

vba excel excel-2003
Display text link to open specific PDF page from Excel

I found a VBA code online that opens up an internal (shared drive) PDF document page in IE (e.g. …

excel vba pdf excel-2003