Top "Excel-2007" questions

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

PivotTable to show values, not sum of values

I'm wanting to display a pivot table and for it to show me the actual values, one on each row, …

excel if-statement excel-formula excel-2007 pivot-table
Find if value in column A contains value from column B?

I have two columns- column E which extends upto 99504(values) and column I which extends to 2691(values).Both the columns …

vba excel excel-2007
VBA: Conditional - Is Nothing

There is an If condition in a VBA application as seen below: If Not My_Object Is Nothing Then My_…

vba if-statement excel excel-2007 nothing
filter out multiple criteria using excel vba

I have 8 variables in column A, 1,2,3,4,5 and A, B, C. My aim is to filter out A, B, C and …

excel vba excel-2010 excel-2007
How to add a custom Ribbon tab using VBA?

I am looking for a way to add a custom tab in the Excel ribbon which would carry a few …

excel vba excel-2007 ribbonx
Why am I getting "Unable to find manifest signing certificate in the certificate store" in my Excel Addin?

I've got an Excel add-in project that was created a couple years back in Visual Studio 2008. It's got some changes …

visual-studio vsto excel-2007
VBA equivalent to Excel's mod function

Is there a vba equivalent to excel's mod function?

excel excel-2007 vba
Compare data of two Excel Columns A & B, and show data of Column A that do not exist in B

I have an Excel file that has columns A and B, both have data that may or may not exist …

excel excel-2007 worksheet-function
Converting HTML to Excel?

I know that Excel is capable of opening HTML files directly. But the content of the file will still be …

html excel-2007
Excel - Button to go to a certain sheet

I'm trying to create a button to take me to my Index sheet. I know how to do it using …

excel excel-2007