- Remove Zero / Zeroes From Alphanumeric Text
- Converting a Column Number to a Column Letter
- Deleting blank rows
- Finding Last Used Row or Column In Excel Sheet
- Find Last Used Row In Column
- Average Of The X Largest Numbers
- Add Control to List On Right-Click
- Hide Ribbon and Formula Bar
- COUNTIF on Non-contiguous Range
- Changing Hyperlink To Another Sheet By Changing Value Of Cell
- Count Files In A Folder VBA
- Find The Last Entry Row In A Column That Contains Only Numbers
- Execute SQL From Excel (VBA)
- Save Chart As A Picture VBA
- Number of Days In A Month
- FreezePane In A Userform SpreadSheet Control 11.0
- Convert Text In YYYYMMDD Format To Date Format
- Excel Macro Functions (GET.CELL)
- Excel Macro Functions (GET.DOCUMENT)
- VLOOKUP with Multiple Results
- Find Parent Folder From Given Folder / File Path
- Search Directories to List Files VBA
- Open Folder Using VBA
- Last Filled Cell Having Text
- Formula To Identify A Cell Has Duplicate Words
- Lookup Multi-Column For Unique String Combination For Numeric Value Output
- Count Alpha In AlphaNumeric Text
- Replace Currency Format From One to Another at One go !! (VBA)
- Pass Values Between Multiple Userforms
- Add Shape With Hyperlink To Another Sheet
- Change Case of Text in Excel
- Delete Names In A Specific Worksheet
- List all Worksheet Names Using Formula
- Unique Count on a Filtered Range
- Class Objects Created Using the CreateObject Method That Employs Late Binding
- Rename Filename Through VBA
- VBA Code to Clear the Immediate Window.
- Lock Cells After Data Entered
- VBA to Return the UNC(Universal Naming Convention) Path of a Mapped Network Drive
- Learn Excel and VBA - Useful Links
- FindAll Function In VBA
- Trim all Cells in a Worksheet - VBA
- List Unique/Common Values From Two Ranges
- Count words having more than one character in a cell
- Unique Large Values From Duplicate List
- Minimize/Maximize Ribbon using VBA
- On Error Statement (Visual Basic)
- Export data from Excel to Access Table (ADO) using VBA
- Highlight Current Row in Excel (VBA)
- Extract Number From Alphanumeric Text
- Sort Worksheet by Color VBA
- Sort data sheet by right_click of mouse
- Saving Embedded Picture From Excel Workbook Sheet To Folder Hard Drive
- Upload Excel Data to SQL Table
- Checking Table Exist in Access Database or Not
- Get Chart's Source Data VBA
- Highlighting All the Cells of Active sheet which contains a particular String:
- Minimum Value Excluding Zero In Excel Range
- Create Random Number Generator VBA
- IIF Function in VBA
- Nth Largest Unique Value in an Array (UDF)
- Delete Name Ranges by Scope VBA
- Split Range into Multiple Columns VBA
- Week Of The Month
- Spell a Date out in Words
- Find Merged Cells VBA
- Excel Dynamic Waterfall Chart
- Range Difference VBA
- Excel to Excel Data transfer without opening any of the files(source or target)
- VBA Function to Search in Array
- Find Quarter Month From Date In Excel
- Replace Pivot Table Source Range with New Address VBA
- Default Cell Format Changed to Date
- Validating PAN (Indian Format)
- Number validation in Text Boxes VBA
- Date & Time Formats in Different Languages
- Delete worksheets without loop
- Remove Unused Custom Styles VBA
- Copy/Paste Excel Range/Chart into Powerpoint VBA
- Consolidate multiple workbooks from a folder into one master file VBA
- Random Unique Number Generator Excel VBA
- VLookup Any Matching Word From A Sentence
- List File Names Using Formula
- Replace Incorrect Date In Cell To Another Valid Date
- Freeze Time Using Excel Formula To Freeze Date
- Loop Through And Delete Multiple File Types In A Folder
- Retain Conditional Format Color When Copying A Range To Another Sheet Or Workbook
- Remove Special Characters From Text Or Remove Numbers From Text
- Extract Selected Data from Excel - Advanced Filter
- Change Pivot Table Data Source Using A Drop Down List
- Filter Pivot Table Based On Selected Value And Show All Results Though VBA
- Reverse a string by using array method
- Office Version Independent Non-Activex Date Time Picker Using Form Controls
- Dynamic Chart That Expands As More Data Is Added
- Finding Selected Criteria in AutoFilter
- Status Bar Progress Meter
- Upgrade to LookUpConcat UDF: Search Multiple Criteria and concatenate.
- Backup all modules, class modules and userforms to a selectable folder
- Create Or Update A Hyperlink Index Of Visible Sheets
- Function Code for getting Column Letter from Column Number
- Date Format Issue When Regional Language Setting Changes And You've Used TEXT Formula
- Summary Of Maximum Rows Used Across Each Sheet In A Workbook
- A Blinking Christmas Tree
- Remove a particular legend from a Chart using VBA
- BBCode Table
- Unpivot Columns in Excel
- Showing progress bar in a status bar :)
- Excel VBA comma point thousand decimal separator number problem.
- How to Use the AutoSum Function in Microsoft Excel
- WithEvents of Excel.Application Events
- Class Stuff: VBA Custom Classes & Objects, Class Modules
- ExtendingInsensibility into Code modules. Copy table contents to VBIDE VB Editor code modules. ..
- UDF that can change values in cells other than the cell in which the UDF is used
- "What’s in a String"- VBA break down Loop through character contents of a string
- VBA Range.Sort with arrays. Alternative for simple use.
- Recursion Procedures in Excel VBA. Recursion technique in coding
- Position that light grey Boarder line anywhere in the VB Editor
- Item way of thinking as alternative to conventional row column looping.