Top "Excel-2003" questions

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

Excel: the Incredible Shrinking and Expanding Controls

Occasionally, I'll happen across a spreadsheet which suffers from magic buttons or listboxes which get bigger or smaller over time. …

excel vba excel-2010 excel-2007 excel-2003
Excel: VLOOKUP that returns true or false?

In Excel we have the VLOOKUP function that looks for a value in a column in a table and then …

excel excel-formula excel-2003
Too Many Different Cell Formats

I have a massive file with 10 sheets recreated from scratch, 12 sheets updated, 5 sheets loaded with raw data, and 7 sheets that …

excel excel-2003 vba
Excel VBA get range of user selected range by mouse

This is not the usedrange issue. For example in Excel user selects a range (possibly empty) using mouse, let's say …

vba excel excel-2007 excel-2003
How do I get the cell value from a formula in Excel using VBA?

I have a formula in a range of cells in a worksheet which evaluate to numerical values. How do I …

vba excel-2003
Getting error Procedure too large in VBA Macros (Excel)

I am getting Procedure too Large Error in a VBA macro. I am using MS-Excel 2003.

vba excel excel-2003
VBA How to copy the content of a cell without .Select

I am writing a method that can take the Target and paste the cell exactly to another cell. The cell …

excel vba excel-2003
Delete Entire Rows Based on Cell Values

I want in Excel (2003) to take an imported data dump and format it into a report. Most of what I …

vba excel-2003
Pulling Column Names into Excel from SQL query

I'm using Excel to pull data from an SQL db. I used the code from another SO question and it …

vba excel excel-2003
Oracle query output in excel

I have an Oracle 10G database and I need to write a fairly straightforward query that joins two tables and …

oracle plsql excel-2003