Export Outlook Calendar to Excel using VBA Code. Get this Outlook VBA code to export Calendar appointments to Excel or CSV. Step by Step explanation.
Consolidate Data – In Excel Files – Create Summary Report
Learn how to Consolidate Data in Excel to Summarize data from different worksheet or workbooks.The build in option is more advanced to consolidate in Excel & better than Pivot Tables.
Fibonacci Sequence Number Generator – Excel Easy Trick
Generate Fibonacci sequence number generator using just with Excel using simple formula & VBA macro code. Enter 2 number & create Fibonacci numbers list.
Microsoft Excel – Show Developer Tab – Enable VBA Macro Option
Add Developer Tab to MS Excel using this option. Quick way to show Developer tab to MS Excel or Word 2010 or above. With this Record Macro & Code VBA Macro.
Hyperlinks In Excel– Add Remove Links Formula – Get VBA Code
Get sample code to add Excel Hyperlink using formula or using the VBA Code. Get VBA code to add, remove hyperlinks from any Excel worksheet.
Compare Two Columns Excel – Highlight Match – Bulk Data Duplicates
Compare two columns in Excel with huge volume of data. Easy tips to compare to find matching data, highlight duplicate entries using countif formula.
Excel Count Cells By Color – Using VBA ColorIndex – CountByColor
Get Excel VBA to count cells by color. Input range. Use this to also perform color by sum, sumbycolor or countbycolor tasks. Its all about sum by color.
Excel VBA Color Index List – Worksheet Interior Font – Colour Codes
Excel VBA Color Index List contains 56 colors that is used in the Color palette to change the background color, border or font color. Code for VBA Color.
Excel Vba RGB to Hex,Long – Hex to Rgb,Long – Color Code Conversions
Conversion of Excel VBA color codes from Long to RGB, Hex and vise versa. VBA color codes can be used on Excel background,interior or font color codes.
How to create Drop down data validation list in Excel?
How to create a drop down list in Excel? Also learn how to create/add data validation, change the selection in drop down or delete Validation list using the Excel Macro. It is a Drop down list complete guide for Excel users.