Top "Excel-2007" questions

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

Excel VBA "Autofill Method of Range Class Failed"

The following VBA code (Excel 2007) is failing with Error 1004, "Autofill Method of Range Class Failed.". Can anyone tell me how …

vba excel excel-2007 autofill
Delete duplicate items in Excel (including original value)

How to delete duplicate items in excelsheet(column), where it has to delete the items which has more than one …

excel duplicates excel-2007
Merging cells in Excel by rows and columns together using PHPExcel

I need to merge cells in Excel (xlsx) by rows and again by columns using PHPExcel. I tried the following. $…

php excel-2007 phpexcel
How to use VBA to make a cell in Excel 2007 transparent

I currently have: Range("Z1").Interior.Color = RGB(255, 255, 255) But this wipes out the borders of the cells. Instead I'd just …

excel vba excel-2007 transparency cell
using c# to select a worksheet in excel

Using C# in .NET 3.5 with Visual Studio 2008, I am trying to set focus (or activate) a specific worksheet in an …

c# .net excel excel-2007 office-interop
How to Select all the cells in a worksheet in Excel.Range object of c#?

I am trying to select all the cells in an Excel sheet in the Excel.Range object of C# for …

c# .net excel excel-2007
How To Display Part of Excel on VBA Form

I have a file on .csv format and from A-S columns, it has some records like a table. My complete …

excel excel-2007 userform vba
Using QUARTILE in an Excel pivot table to summarise data by sub-populations

I've got a large table of data in an Excel spreadsheet that, essentially, can be considered to be a collection …

excel statistics excel-2007 pivot-table data-analysis
Unprotect VBProject from VB code

How can i unprotect my VB project from a vb macro ? i have found this code: Sub UnprotectVBProject(ByRef WB …

vba excel excel-2007
Excel countif date in cell is greater than or equal to date in another cell

This has been killing me for a while now. I just need to count a cell if the date in …

excel excel-2007 countif