Top "Excel-2003" questions

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

Get dropdown value in VBA and get the name of the dropdown...nowhere to be found?

I created a dropdown by dragging the combo box onto my sheet from the UserForm toolbar. I assigned some values …

vba excel excel-2003
VBA hash string

How do I get a short hash of a long string using Excel VBA Whats given Input string is not …

vba hash excel-2003
VBA have a sub run another sub

how to run a sub stored in another worksheet's module? worksheet1 sub endDay() 'something here end sub worksheet2 sub reCalc() …

vba excel excel-2003
Microsoft Excel Macro to run Java program

I have learnt to read and write an Excel file using a Java program with the help of Jxl and …

java excel excel-formula excel-2003 jxl
ActiveSheet.AutoFilter.Sort.SortFields.Clear in Excel 2003

I have a macro that works in Excel 2013, but the following part of the code breaks when running the macro …

vba excel-2003
Workbooks.Open Method in VBA

My vba script in myMacro.xls Workbooks.Open Method work well as below, Workbooks.Open Filename:="D:\ExcelMacroProj\myTest.xls", …

vba excel excel-2003
Can a macro in one workbook make changes to another workbook?

I defined a macro in one worksheet(internal.xls) as Public Sub sheet2test() Workbooks.Open Filename:="external.xls" Windows("…

vba excel excel-2003
Converting a cell's formula to text using excel vba

I am writing a macro in Excel2003 to find all cells with formulas in a workbook and outputting their address …

excel excel-2003 vba
How to limit cell value in Excel to options from another sheet?

In Excel (2003), I want to limit the selection of values in a cell to allowable values from another spreadsheet. For …

excel excel-2003 validation
Excel search for cell references in formulas

I inherited a big model and have been trying to reverse engineer some of the formulas. There are a lot …

excel search excel-2003 worksheet-function