Top "Excel-2007" questions

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

Declare a variable as Decimal

I'm optimizing a macro in VBA which had none of the data types declared, so everything was clumsily treated by …

excel vba excel-2007
Extract the last substring from a cell

I have names in a column. I need to split just the last names from that column into another column. …

excel excel-formula excel-2007
Excel Formula which places date/time in cell when data is entered in another cell in the same row

Hoping there is a way this can be done with a formula since I will be putting this on SharePoint …

excel excel-formula excel-2007
Excel: the Incredible Shrinking and Expanding Controls

Occasionally, I'll happen across a spreadsheet which suffers from magic buttons or listboxes which get bigger or smaller over time. …

excel vba excel-2010 excel-2007 excel-2003
Delete all data rows from an Excel table (apart from the first)

Just recently I've been trying to delete all data rows in a table, apart from the first (which needs to …

excel vba excel-2007
excel delete row if column contains value from to-remove-list

Let's say that I've got a sheet - number one - with over 5000 rows (say, columns 'A' - 'H' each). …

excel excel-2007 office-2007
simple vba code gives me run time error 91 object variable or with block not set

So I have a simple little macro/sub defined when a command button is clicked. The problem is it gives …

vba excel excel-2007
Reset Excel to default borders

Ok, so you know what a spreadsheet looks like when you open a new on in Excel; the borders are …

excel-2007
excel email validation formula

I have a column where people enter email address manually. I want to validate the email address using this formula: =…

excel excel-2007
Add new lines in VBA email

I'm trying to send an email automatically through Excel, but the new line commands aren't working! I've tried <br/&…

vba excel excel-2007 html-email