Skip to main content
ExcelHowto
Tutorials
Getting Started with Excel
Formulas and Functions
Charts and Graphs
Tips & Tricks
Troubleshooting
How To
Data Analysis
Programming with VBA
Functions
Excel Functions
Compatibility functions
Cube Functions
Database Functions
Date and Time Functions
Engineering Functions
Financial Functions
Information Functions
Logical Functions
Lookup and Reference Functions
Math and Trigonometry Functions
Statistical Functions
Text Functions
User Defined Functions
Web Functions
Books
Macros
Shortcuts
Home
»
VBA
»
Page 2
How to: Put Double Quotes in a String in Excel VBA
In VBA, strings assigned to variables or properties are enclosed in double quotes "", Sometimes you might want to place Double Quotes […]
6 years ago
How To List All Files In Folder And Sub-folders Use Excel VBA
The following Excel VBA code can help you to list all files in folder and sub-folders into a worksheet. Final update: Please […]
6 years ago
Sort Column Data By Double Clicking Header Cell Use Excel VBA
If you want to sort the column data in ascending or descending order by double clicking on any Excel column header, you […]
8 years ago
Limit Scroll Area Use Excel VBA
The following VBA code can help you to limit the scroll area for a particular worksheet. VBA code Excel’s ScrollArea property allows […]
9 years ago
Find and Select the First Blank Cell in a Column VBA
Sometimes, You may need to find and select the first blank cell or last blank cell in a column, these macros can […]
10 years ago
Find and Format All Formulas in a Workbook
This simple macro can help find and format all cells that contain formulas. VBA Code Sub FormatFormulas() 'Step 1: Declare your Variables […]
10 years ago
Delete Blank or Empty Columns Use Excel VBA
Blank columns can often cause problems with formulas. If you find that you are manually searching out and deleting blank columns in […]
10 years ago
Delete Blank or Empty Rows Use Excel VBA
Blank rows can often cause problems with formulas. If you find that you are manually searching out and deleting blank rows in […]
10 years ago
Page navigation
Page 2 of 7
‹
Previous
Page
1
Current Page
2
Page
3
Page
4
Next
›
Last
»