Top "Excel-2010" questions

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

Python: Refresh PivotTables in worksheet

I'm building a python script that will allow me to open a Excel 2010 worksheet and print it out. I got …

python excel ms-office excel-2010 win32com
AppActivate works in Excel 2007 but not in 2010

I have a excel macro that I run in Excel 2007 and it opens a mainframe application so I can import …

vba excel excel-2010 office-2010
How to load in Python an xlsx that originally had .xls file extension?

I'm using xlrd to process .xls files, and openpyxl to process .xlsx files, and this is working well. Then I'm …

python python-2.7 excel-2010 xlrd openpyxl
Excel 2010 VBA Macro to close specific notepad window. (findwindow gives mismatch type error??)

So I'm experimenting with closing windows/apps in a vba macro I'm writing. Numerous posts online suggest the use of …

vba excel-2010 findwindow
VBA Get Username on OSX (or Mac alternative to Environ("username"))

My task has been to create a secure (Windows version) Excel workbook that uses macros to validate whether a user …

macos vba excel excel-2010 username
Shared Strings in Excel 2010

Can someone help me in understanding the Shared Strings in MS Excel? I tried to understand using some blogs but …

ms-office excel-2010 openxml openxml-sdk