Tagged Questions
The Excel-2007 tag is used for referencing the Excel Version 2007 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.
66
votes
27answers
31k views
How to convert a column number (eg. 127) into an excel column (eg. AA)
How do you convert a numerical number to an Excel column name in C# without using automation getting the value directly from Excel.
Excel 2007 has a possible range of 1 to 16384, which is the number ...
18
votes
4answers
7k views
Excel 2007 automation on top of a Windows Server 2008 x64
I’m well aware of the Microsoft support base article stating that it’s not supported to automate office products UI less. It seems that Windows Server 2008 x64 and Excel 2007 enforce the given ...
7
votes
1answer
233 views
Architecture of an Excel application
after 10 years of programming I find myself with the daunting task of creating my first Excel application in Excel 2007. I have programmed in VBA before on MS Access so this is not really a technical ...
7
votes
6answers
851 views
Prevent Excel from quitting
I'm missing an Excel.Application.Quit or an Excel.Application.BeforeQuit event. Does anybody know a workaround to mimic these events?
I access Excel from a C# WinForms application via COM Interop. ...
6
votes
7answers
2k views
read .xlsx without Excel and OLEDB
Is there any chance to read .xlsx files in C# without having Excel installed on the client, and with no OLEDB connection available?
The application is a Winforms project written in VS2005 C# .NET ...
6
votes
8answers
494 views
Best language to parse extremely large Excel 2007 files
My boss has a habit of performing queries on our databases that return tens of thousands of rows and saving them into excel files. I, being the intern, constantly have to write scripts that work with ...
6
votes
7answers
12k views
How do I make a burn down chart in Excel?
I have several books I want to finish reading by a certain date. I'd like to track my progress completing these books, so I decided to try making a simple burn down chart. The chart should be able ...
6
votes
7answers
18k views
Excel 2007 conditional formatting - how to get cell color?
Let's assume i have the following range from (a1:c3)
A B C
1 -1 1 1
2 -1 0 0
3 0 0 1
Now i have selected the following range, and formatted it using Conditional Formatting (using default red ...
6
votes
3answers
7k views
How to easily create an Excel UDF with VSTO Add-in project
First of I apologize beforehand if this question seems rather “noobish” – but I am entirely new to VSTO development and to StackOverflow, so please bear with me. Thanks :-)
What I am trying to do is ...
6
votes
5answers
3k views
Parsing an Excel file in C#, the cells seem to get cut off at 255 characters… how do I stop that?
I am parsing through an uploaded excel files (xlsx) in asp.net with c#. I am using the following code (simplified):
string connString = string.Format("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" ...
5
votes
2answers
67 views
Excel 2010 VBA: Find the current user language
How can I tell the current user language in a VBA program? I need this to show a form in an appropriate language.
5
votes
2answers
404 views
When called from an Excel VBA UDF, Range.Precedents returns the range and not its precedents. Is there a workaround?
I have this VBA function:
Public Function testPrec(target As Range) As String
testPrec = target.Precedents.Address(External:=False)
End Function
In cell C11, I have this formula:
=C6+C8
If I ...
5
votes
4answers
2k views
5
votes
5answers
1k views
Python: Writing to Excel 2007+ files (.xlsx files)
Is there a Python module somewhere to write Excel 2007+ files?
Specifically, I'm looking to write a file which is longer than 65535 lines long...
5
votes
6answers
446 views
Reading a Excel 2007 Spreadsheet in C#
I've done some googling and there seems to be a plethora of tools for reading excel 2007 spreadsheets using c#. I'd like to know which one performs best and is easy to use.
5
votes
4answers
1k views
Excel and Tab Delimited Files Question
I am encountering what I believe to be a strange issue with Excel (in this case, Excel 2007, but maybe also Excel 2003, but don't have access to it as I write this).
I can reliably convert some ...
5
votes
6answers
3k views
Stop Excel from changing cell contents, ever
I work with card numbers, like credit card and ID numbers. We do not do any calculations with card numbers, obviously. They are "text."
I format them as text, I type them like text. I know how that ...
4
votes
2answers
125 views
Automatically filling in 0 and 0% in Excel blank cells
I am trying to automatically enter 0 and 0% values in blank cells in Excel. I have a report in Excel that gets automatically filled up from SAS. After I save this report, I want the blank cells get ...
4
votes
1answer
351 views
How to programmatically code an 'undo' function in Excel-Vba?
Rather new in Excel-Vba, so please go easy on me ok..
Does anyone here know is there anyway i can code an undo function onto a CommandButton similar to the Excel's very own undo function ...
4
votes
4answers
290 views
How to extract the last substring from a Excel column?
I have names in a column. I need to split just the last names from that column into another column.
The last name is delimited by a space from the right side.
The contents in cell A2 = Alistair ...
4
votes
2answers
633 views
Excel VBA: function to turn activecell to bold
I have the following function inside my module.
Function Colorize(myValue)
ActiveCell.Select
Selection.Font.Bold = True
Colorize = myValue
End Function
The cell that will use this ...
4
votes
1answer
219 views
Identify Pinned RecentFiles in (Excel 2007) VBA or other?
Is there a way, other than scanning the registry, to determine that a RecentFile object is pinned to the "Recent Documents" list? From VBA for preference, something that can live in an add-in.
...
4
votes
1answer
677 views
Is there a better way to indicate “null” values in Excel?
I have an Excel 2007 workbook that contains tables of data that I'm importing into DataTable objects using ADO.NET.
Through some experimentation, I've managed to find two different ways to indicate ...
4
votes
1answer
131 views
Excel : Conditional formatting
I have two columns,
**COL-A** **COL-B**
1 419 393
2 2199 1513
3 3 3
4 23 20
5 3 3
4 2964 ...
4
votes
3answers
135 views
Can someone confirm how Microsoft Excel 2007 internally represents numbers?
I know the IEEE 754 floating point standard by heart as I had to learn it for an exam. I know exactly how floating point numbers are used and the problems that they can have. I can manually do any ...
4
votes
1answer
565 views
Using Excel sheet as a template vs. a “real” Excel template in OpenXML
Does anyone have any good answer what kind of difference there is between
using some arbitrary pre-formatted Excel 2007 *.xlsx file as a template, loading it in my C# app, and filling up some of ...
4
votes
3answers
846 views
How to effectively use WorkbookBeforeClose event correctly?
On a daily basis, a person needs to check that specific workbooks have been correctly updated with Bloomberg and Reuters market data; i.e. all data has pulled through and that the 'numbers look ...
4
votes
2answers
1k views
Exporting excel to xml spreadsheet with blank cells
I am exporting an excel workbook into xml spreadsheet. The excel has lets say 10 columns and 10 rows. Some of the cells are empty(i.e with no value).
When i save the file into xml spreadsheet and ...
4
votes
8answers
2k views
Is there a Java Open source Library for parsing Excel 2007 Files?
Is there a Java Open source Library for parsing Excel 2007 Files?
4
votes
7answers
770 views
Where should I post my python code?
Today I needed to parse some data out from an xlsx file (Office open XML Spreadsheet). I could have just opened the files in openoffice and exported to csv. However I will need to reimport data from ...
3
votes
2answers
47 views
Progammatically determine if a named range is scoped to a workbook
I am attempting what I thought would be a fairly simple vba statement to test whether a named range is scoped to a workbook or a specific sheet.
As a test, I have created a new Excel document and ...
3
votes
1answer
52 views
Excel Workbook Open event from within an addin?
I am trying to trigger a macro to run when an Excel document is opened.
The problem I am running into is that all of my code resides within an Excel add-in. The Workbook_Open event doesn't work ...
3
votes
1answer
125 views
Validate IBAN in Excel
Is there any ready excel sheet to validate the IBAN? I will enter the IBAN and it will show valid or invalid.
I have searched for a number of Adds In and found this one
But I don't know how to open ...
3
votes
2answers
53 views
Expanding a table of frequencies in Excel into a single column
I've read elsewhere on Stack Overflow that Excel questions are acceptable here, so please don't get annoyed :) If they should be elsewhere, just let me know...
I'm frustrated, because I'm pretty sure ...
3
votes
2answers
146 views
Using excel in c#
I'm running Visual Studio 2010 Express, and in C# I'm trying to display Excel workbook.
I'm trying to use
Microsoft.Office.Interop.Excel
I have office 2007. Why doesn't this show up when I go to ...
3
votes
2answers
334 views
Excel 2007 VBA Problem setting Axis Title
I need help setting the X and Y axes title inside Excel 2007 VBA. It keeps complaining about "Object required":
Sub macro2()
Dim xAxis As Axis
icount = 1
Charts.Add
Charts(icount).Name = ...
3
votes
3answers
130 views
Accessing Excel cells by name instead of “coordinates” like A1
I have an Excel Sheet where I've named the cells I have to fill from my code.
The reason for the named fields is that the customer has the possibility to re-arrange the cells.
To make it a little ...
3
votes
3answers
134 views
How do I get back my original file after performing all the Operations on the excel file using VBA?
Can Anyone tell me how do I undo all my changes to my workbook?
I have file excel1.xlsx and I have did sorting and many operations on the excel.xlsx using vba. But at the end I want the excel1.xlsx to ...
3
votes
2answers
200 views
Problem reading Excel cells containing datetime in VBA
Some background: For a project I'm working on (building an XML DOM from a given excel spreadsheet of customer data), I need to be able to read the contents of a cell with a datetime in it. The cell in ...
3
votes
1answer
72 views
How to read the visible data of the cell, not the underlying formula in PHPExcel?
I want to know how to read the visible/calculated contents of the cells of an Excel Sheet & not the underlying formula.
For example:- if a cell contains sum(a1,a5) which equals say 123, then it ...
3
votes
2answers
393 views
Use openpyxl to edit a Excel2007 file (.xlsx) without changing its own styles?
I have a .xlsx file to edit, I found openpyxl could manipulate Excel 2007 files.
I only want to change the value in some cells and leave other settings unchanged.
But after I went through the ...
3
votes
2answers
344 views
VBA For loop until column is empty problem
I'm new to VBA and I'm trying this for loop out, but I think my "To" counter is wrong. I want it to perform the specified actions until there are no more columns left to cut.
What is happening is, I ...
3
votes
2answers
108 views
In Excel, is there a way to determine the method being called by a password protected 3rd-party ribbon button?
I'm looking to automate a simple process in VBA and need to "click" a ribbon button. It makes the most sense to just call the button's underlying method. Is there a way to figure out what it is?
We ...
3
votes
4answers
350 views
Excel number formatting. Treat my cell as a number but leave its formatting alone! (ie Trailing 0's)
I have (what seems like it should be) a simple problem. I need to be able to tell excel (in vba) that a cell's contents are numeric, but I don't really want to apply any formatting to it. I need my ...
3
votes
1answer
57 views
Help in Ms-Excel 2010
Need your help on the below. I have a table where I have functions and the individual function targets in min. & max.
Table # 1:
Function......Level1......Level2
A..............28..........29
...
3
votes
2answers
362 views
Excel VBA If WorkSheet(“wsName”) Exists
Just wondering if there is clean cut functionality that returns True or False if a worksheet inside a workbook exists?
Would be good, but not essential, if it's possible to do without skipping error ...
3
votes
1answer
88 views
Excel VBA: passing arguments
I am working on some Excel functionality using VB - but I am getting stuck at some examples.
Current version is Excel 2007, using a blank Workbook; I've added in a module and trying a function like ...
3
votes
2answers
266 views
how do i delete everythin in a column after the first space in excel 2007?
I have a list of city names followed by the state in which they are located all in one column in Excel. How can I delete everything after the first space so that the city name is the only thing ...
3
votes
2answers
277 views
Comparing two columns in Excel with exclusion
I want to compare values in two columns in Excel as depicted in the image below :-
Using the formula, I want to put the values in the "Values of A which don't exist in B" and "Values of B which ...
3
votes
1answer
228 views
how to “format as table” in excel or apache POI?
In Excel 2010 it's possible to "format as table" a group of cells - enabling easy sorting and filtering (Home > Format As Table).
Can I do the same in Apache POI? Alternatively, can one accomplish ...