MSDN - Office 2003 - VBA Language Reference:
Branders.name - Excel Function Reference bevat link naar downloadbare pdf met NL en EN namen voor functies binnen Excel.
Kies voor opslaan, klik op Extra→Algemene Opties…→vinkje bij “Alleen-lezen aanbevolen”
archive.org - Microsoft Support - How to use Excel startup folders in Excel 2002
Microsoft Support - Customize how Excel starts
Microsoft Support - Automatically open a specific workbook or template when you start Excel
Via registry:
Windows Registry Editor Version 5.00 // For Excel 2007 [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\Security] "ExtensionHardening"=dword:00000000 // For Excel 2010 [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel\Security] "ExtensionHardening"=dword:00000000
Via Group Policy:
User Configuration\Policies\Administrative Templates\Microsoft Excel 2007\Excel Options\Security
Force file extension to match file type: Enabled, Allow different
User Configuration\Policies\Administrative Templates\Microsoft Excel 2010\Excel Options\Security
Force file extension to match file type: Enabled, Allow different
Sources:
Like a Cheese and Tech Sandwich Without the Cheese or Bread - "The file you are trying to open, '[filename]', is in a different format" Excel Error
MSDN Blogs > VSOfficeDeveloper: Known Problems, Bugs, and Fixes > Excel 2007 Extension Warning On Opening Excel Workbook from a Web Site
Om in een sheet het aantal regels te tellen waarbij in Kolom A, B, C, enz. bepaalde waarden voorkomen kun je SUMPRODUCT gebruiken.
Voorbeeld:
Naam | OS | Editie | OS SP niveau | SQL/ISA/Exchange/MOSS editie | SP niveau | Uitvoering | Test/Productie | Functie |
---|---|---|---|---|---|---|---|---|
server1 | Server 2003 | R2 Standard | SP2 | SQL 2005 Standard | SP2 | Fysiek | Productie | SQL server project 12 |
server2 | Server 2003 x64 | Standard | R2 | SQL 2005 Enterprise x64 | SP2 | Virtueel | Test | Test SQL Server project 12 |
server3 | Server 2003 | Standard | SP2 | nvt | Virtueel | Productie | Applicatie server voor product y | |
server4 | Server 2008 x64 | Enterprise | SP1 | SQL Server 2008 Enterprise x64 | SP1 | Fysiek | Productie | SQL Server project 1 |
Om uit de deze tabel alle virtuele Server 2003 Standard installaties die in productie staan te selecteren:
=SOMPRODUCT(--(Servers!G2:G6="Virtueel");--(Servers!H2:H6="Productie");--(Servers!B2:B6="Server 2003");--(Servers!C2:C6="Standard"))
Bron:Contextures - Excel -- Worksheet Functions -- Count Cells
Ron's Excel Page - Excel Add-ins
Business Functions is a free function library for Microsoft Excel designed to make business plans, budgets, structured financings and cashflows
GitHub - sweenig/ipfromdec Custom Excel Add-In to work with IP Addresses. Via Stuart's Semi-Professional Blog - Custom Formula: IPFromDEC (IP address from decimal)
Paste Options button does not appear when you paste between two instances of Excel
How to troubleshoot errors when you save Excel files
Bij het openen van een xls-bestand vanuit Excel wordt het bestand geopend, maar bij dubbelklik op een xls-bestand in Explorer opent Excel wel, maar het bestand niet.
1. Tools>Options>General en haal het vinkje weg bij Ignore Other Applications.
2. Sluit Excel vanuit Start>Run. Type in:
C:\Program Files\Microsoft Office\Office11\Excel.exe /unregserver
Voer vervolgens uit:
C:\Program Files\Microsoft Office\Office11\Excel.exe /regserver
When trying to refresh a pivot table in an Excel sheet with data from a SQL Server Analysis Services cube the following error appears:
Workaround: either remove the Locale Identifier property from the connection string in the .odc file and re-add it to the Excel sheet or open the properties of the connection in the Excel sheet and place a checkmark in the box “Retrieve data and errors in the Office display language when available”.