Top "Excel-2010" questions

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

Excel 2010, how to keyboard shortcut to filter dropdown checkboxes?

For Excel 2010, when I have the filter drop-down open ...how do I get to the filter checkbox section via keyboard …

excel-2010
.xlsx and xls(Latest Versions) to pdf using python

With the help of this .doc to pdf using python Link I am trying for excel (.xlsx and xls formats) …

python excel pdf excel-2010 win32com
remove duplicate value but keep rest of the row values

I have a excel sheet(csv) like this one: and I want the output(tab delimited) to be like this: …

excel excel-formula excel-2010 worksheet-function
setting seed for excel random number

In excel below formula will generate random number from a normal distribution with mean 10 and variance 1. Is there a way …

random excel-2010 random-seed
Color cells by absolute value in a range in Excel 2010

I'm looking to color a table of values in Excel 2010 by their absolute value. Basically, if I have the table: ...…

excel excel-2010 conditional-formatting vba
excel vba not exporting pagesetup to pdf correctly

I have code which formats a worksheet to the desired setup and layout (one page wide and tall in landscape). …

vba excel excel-2010 excel-2013
Generic way to check if a key is in a Collection in Excel VBA

I have different Collections in my code. Some hold Objects (of various kinds), others have types (like Long) within them. …

excel vba excel-2010
Excel Data Connection errors on Refresh

Solved! See below for solution! I'm in Excel 2010 connecting to multiple, seperate Access 2010 db's from Excel through PivotTable data connections. …

vba ms-access excel excel-2010
Determine if cell contains data validation

I am writing a VBA code that goes through a range of cells checking if each cell has data validation (…

vba excel excel-2010
pull data from website using VBA excel multiple classname

I know this has been asked many times, but haven't seen a clear answer for looping thru a div and …

vba excel excel-2010 getelementsbyclassname