The Excel-2003 tag is used for referencing the Excel Version 2003 spreadsheet application from Microsoft. The version independent Tag is "excel". If your question is about VBA then also tag it VBA. If it is about an Excel formula or worksheet function, then tag it worksheet-function.

learn more… | top users | synonyms

0
votes
2answers
38 views

Excel 2003 - Macro to delete multiple rows by cell value

Goal: I am looking for a macro that can delete multiple rows based on cell criteria in one column, but I want the macro to ask for a value each time it is run rather than having a set value included ...
0
votes
2answers
22 views

My countif will only work with hard-coded date criteria, not when it is dynamic, thus =today()-365

I'm using Excel 2003 SP3. I'm trying to count dates in a column that are more than one year ago, so I am trying: =COUNTIF(Library!G9:G10000,"<=today()-365") But it gives me 0 when there is 1. ...
-1
votes
4answers
79 views

Excel Conditional Formatting (IF not empty)

How do I do conditional formatting if cell is not Blank, then fill the cell with grey color? I tried to do not equal, but it didn't work. Thanks! EDIT: Sorry for the delayed response. But I am using ...
0
votes
1answer
27 views

Count occurance of text with 2 conditions over multiple worksheets in excel

I have a workbook in which I want to count the number of currence of a text and split this between different values. I'll explain with pictures below: I have different worksheets with the following ...
0
votes
0answers
16 views

Count Formula Results In Filtered/Unfiltered List

In column B (with a named range of 'OutputName') of my spreadsheet I'm using the following formula within each cell to extract data from an input sheet to a 'Summary' page populating each cell with a ...
0
votes
1answer
40 views

Unable to set range when using XPath with predicate /closed/

Closed the question as it wasn't an error - it just isn't possible I am trying to return a range that contains all elements in a listobject/xmlmap where a sibling element meets some criteria (a ...
0
votes
0answers
29 views

Excel Chart Scroll VBA - Better solution?

I want to scroll the x-Axis of a Excel Diagram and got this: Dim aX As Integer Dim aY As Integer Dim arrScale As Variant Private Sub Scale_X_Change() arrScale = Array(-0.5, 1, 2, 3, 4, 5, 6, 7, ...
-3
votes
2answers
25 views

Need a excel 2003 formula to get sum between two numbers [closed]

Ticket Date Net Tons Product: 328,592 5/3/2013 40.08 328,593 5/3/2013 40.00 328,594 5/3/2013 41.56 328,596 5/3/2013 41.53 328,597 5/3/2013 40.27 328,598 5/3/2013 ...
2
votes
2answers
54 views

formula to see if a surname is repeated within a cell and output a simplified string

I have a list of several thousand items, which consist of several different names together like this: Mr P Thompson & Mrs S Thompson & Mr A Thompson Mr C Guy-Johnson & Mrs A Guye-Johnson ...
0
votes
1answer
59 views

Excel Chart Zoom-Out Function

I already coded a Zoom-In Function for Charts in Excel, but I dont know how to do the Zoom-Out with the Scrollbar Value. Can anybody help me? Private Sub Zoom_X_Change1() With ...
0
votes
0answers
31 views

Diagram Zoom Bar

I have a Excel Sheet (2003) with a Diagram. Looks like that: Diagram Source: So I just wand to zoom the Diagram with a scroll bar or something like that. Do I have to do it in VBA or with Excel ...
0
votes
1answer
83 views

How do I remove special “ ” spaces in excel columns?

I am using Office 2003 under windows XP Pro I copy and paste large lists from ms access 2003 database into excel daily so I can do various functions to the lists. The one problem I am having now is ...
0
votes
0answers
81 views

Change text alignment of category axis data labels

Pulling my hair out a bit with this small problem I'm having. I'm trying to left align the Y-Axis data label text with a bit of VBA code. I've tried 2 approaches: With ActiveChart With ...
0
votes
0answers
94 views

Fill out a PDF Form with data from Excel 2003 using vba macros

Is it possible to use Excel 2003 macros to fill out a PDF form? Basically I have a large pdf file with a few hundred rows of data. I also have an PDF file that is a form. I want each row to be a ...
1
vote
1answer
92 views

Maximum drop-down list/formula length in Excel

I have the following VBA code: myList = "test" Range("A1:Z1").Validation.Delete Range("A1:Z1").Validation.Add Type:=xlValidateList, AlertStyle:=xlValidAlertStop, Formula1:=myList If my list ...
1
vote
2answers
68 views

Excel 2003 vba chart failed

So im getting a chart failed error and it seems like it is because of my name WBname but i cant figure it out. Had a similar question earlier but since this is a little different i thought i would ...
2
votes
1answer
48 views

Dynamically changing sheet titles for excel 2003 usign vba

I have a several xls files that have there sheet names the same as there filename. Since the sheet names are updated with each xls file, the code i currently have does not update dynamically. Is ...
0
votes
1answer
95 views

How to show image from url in excel sheet(2003)

How to write a macro for displaying image from url which I have in one of the cell in excel 2003. Can anybody help. Thanks in advance.
0
votes
0answers
51 views

Excel: Call userform function from classmodule

i have an excel userform with several buttons. And i generated their name something like "grid-x-y". While x and y are some int values. As i don't know the amount of buttons at the beginning i have ...
0
votes
1answer
58 views

Formula in excel

I have an excelsheet that contains thousands of records.In one particular column(Coulmn F) i have to use a formula which contains the values of column A,B,C,D.I have attached the screenshot.How to use ...
0
votes
1answer
161 views

Why can't I create this chart in excel (using powershell)

Trying to add a chart in excel using powershell. I used the following link for guidance: ...
0
votes
1answer
91 views

Rank Multiple Columns in One Spreadsheet in Excel 2003

I have a large spreadsheet in MS Excel 2003 with multiple two column pairings. Col A has names and Col B has numbers. Col C and D are blank. I need to rank the numbers in Col B from least to greatest ...
0
votes
1answer
55 views

Too many local, nonstatic variables error in VBA 2003?

Hi I'm getting compile error in VBA Excel 2003 for the insert query for MS access database.How to overcome this error? Public Function InsertSheetCurrent() Static intK As Integer Call ...
1
vote
2answers
134 views

Add Workbook based on Template

I am writing a small VBA add-in for Excel 2003, the idea is that the add-in looks in a directory for any '.xlt' files and for each one it finds it adds a button to a 'Templates' menu which provides a ...
0
votes
1answer
36 views

Wpf forms and Office 2003 excel addin

I would like to create a wpf control form that can be shown on clicking a menuitem. but this application should be an addin to excel. can someone help me here?
1
vote
1answer
33 views

Concatenating Date and String in excel

In Excel i am using following formula :- ="Select Count(1) Into Count1 From TRB_TPOAR Where tpo_id='" & A2 & "' and eta_id=old_eta_id and date_creation=to_date('" & B2 & ...
0
votes
0answers
65 views

Get Excel 2003 Custom Document Properties from ASP.NET 64 bit web app

I'm trying to figure out how to get Excel 2003 Custom Properties from ASP.NET. (These are the properties that have user defined Name & Value - in Excel 2010, I can see them by clicking: File -> ...
0
votes
0answers
42 views

Java EE Office 2003 to office 2007 issue

I am working on a Java EE web application in which we generate an Excel report. Previously we were using Office2003 in which the row size is limited to 65,536 rows. Now the requirement is to use ...
0
votes
1answer
1k views

Copy entire row from another sheet to sheet 1 if unique code typed in matches

https://www.dropbox.com/s/f83y17dedajbsz8/example.xls That's a quick sample workbook of what I want this to work in. Right now, sheet 1 (main) needs to have data from all the other worksheets copied ...
1
vote
1answer
43 views

Excel Formula Result is not Cell Value

in Excel i try to get the count of Rows where 2 criterias match. I do this with this function =COUNT(IF(Data!J$5:Data!J$1000="RC Corp",IF(Data!AD$5:Data!AD$1000="Expected Allowances / Provisions", ...
0
votes
1answer
170 views

apache-poi inserting filename in header or footer

I'm using the apache poi library (poi-3.8-20120326.jar) How can I add the filename in the footer of an xls (hssf) document? My approach is the following: final static public String FILE_NAME = ...
0
votes
1answer
706 views

Merge Multiple Workbooks From Different Folders Into One

I wonder whether someone may be able to help me please. I'm using the code below to allow a user to merge multiple workbooks from different folders into one 'Summary' worksheet. Sub Merge() ...
1
vote
1answer
118 views

Code Error in Excel 2003

I have a code that runs absolutely fine with excel 2007 but its not running with excel 2003. It gives "complie error" and this line turns red. Selection.PasteSpecial Paste:=xlValues, ...
0
votes
0answers
307 views

Pivot Table - Select value with macro in excel 2007

I have a Pivot Table in which i set a Field with a macro: ActiveSheet.PivotTables("Pivot").PivotFields("Kreditlimit").CurrentPage = _ kreditlimit ' kreditlimit = 70.000,00 ...
2
votes
1answer
480 views

VBA create a version 10 pivot table in an xls file via Excel 2007

I need to create xlPivotTableVersion10 pivot tables (Excel 2003 compatible) via a macro that I run on my computer which has Excel 2007 on it. I run the macro from a a source file. I have another file ...
2
votes
1answer
226 views

Excel 2003 import macro doesnt work in Excel 2010

I have a macro that I used for importing data from many excel workbooks in a directory. It worked just fine in Excel 2003 but since I've recently been upgraded to Excel 2010 the macro doesn't seem to ...
0
votes
1answer
51 views

How to open Visual Studio . Net in Excel 2003?

I am having trouble to understand the initial step of downloading SQL Data in Excel 2003. Meaning that I have no clue how to open the VIsual Studio in order to proceed with following steps. Please ...
1
vote
1answer
100 views

Remove Cell Content & Shift Up Without Sort

I wonder whether someone may be able to help me please. @Doug Clancy on this site offered some very much appreciated guidance and solution (shown below), which clears cell content and where necessary ...
0
votes
1answer
144 views

VBA Paste Range

I wonder whether someone may be able to help me please: I'm using the code below (which I've had some help with) to copy rows of data from one sheet to another if a given range of cells match a ...
0
votes
0answers
387 views

XL2003: Changing ThisWorkbook.Windows().Visible property during Workbook_BeforeClose event prevents workbook from closing

As title. This is driving me mad and I can't find any reference to it anywhere else on the web. I have a VBA-laden workbook which is normally hidden through use of: ThisWorkbook.Windows(1).Visible ...
0
votes
0answers
212 views

VBA: Error 48 error loading dll

Below line of mine throws error 'runtime error 48 error in loading dll vba' in VBA, Dim app As New Excel.Application Set app = New Excel.Application I`m using Excel 2003,recently i changed 2010 to ...
0
votes
1answer
65 views

Exclude Text Value From VBA Autosort

I wonder whether someone may be able to help me please. I'm using the code below to perform a sort upon before the workbook is closed. Private Sub Workbook_BeforeClose(Cancel As Boolean) ...
0
votes
1answer
211 views

Delete Rows & Maintain Input Range

I wonder whether someone may be able to help me please. For a few weeks now I've been trying to find a solution whereby users can do the following: Delete rows with and without data, Shift all rows ...
0
votes
1answer
113 views

Excel 2003: Trying to lock/hide individual sheets that can each have a different password

I am using Excel 2003. I have a workbook with about 20 sheets in it. 1. I would like the workbook to always open up with the first 2 sheets either hidden or locked. 2. I would like an administrator ...
0
votes
0answers
55 views

Excel 2003 and IBM DB2 connectivity

I am actually trying to connect to DB2 database using excel 2003. I have the data source name, username and password. When I am trying to test the connection, I am getting the following error: ...
3
votes
2answers
580 views

VBA hash string

How do I get a short hash of a long string using Excel VBA Whats given Input string is not longer than 80 characters Valid input characters are: [0..9] [A_Z] . _ / Valid output characters are ...
0
votes
1answer
494 views

Missing values in MS Excel LINEST, TREND, LOGEST and GROWTH functions

I'm using the GROWTH (or LINEST or TREND or LOGEST, all make the same trouble) function in Excel 2003. But there is a problem that if some data is missing, the function refuses to give result: You ...
1
vote
2answers
349 views

Which Excel VBA RegEx expression should I use to count decimal places?

Q: Which Excel VBA RegEx expression should I use to count decimal places? Desired output This is a table with some example input strings and the desired output. INPUT DESIRED OUTPUT string ...
1
vote
2answers
158 views

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() 'something here end sub I want recalc to be able to run ...
0
votes
1answer
177 views

How to get data from from different excel sheets and paste into one sheet

I'm having number of excel sheets. But in the sheet 1 I'm having the numbers for suppose 1 to 10. But no data is there in the sheet 1. I have to copy from the remaining sheets and get it in sheet1 ...

1 2 3 4 5 11