Skip to content
ExcelSirJi
  • Excel Functions
  • Excel Courses
  • Latest BlogsExpand
    • EXCEL SHORTCUTS
    • EXCEL FOR BEGINNERS
    • ADVANCED EXCEL
    • DATA ANALYSIS
    • EXCEL CHARTS & GRAPHS
    • EXCEL VBA & MACROS
    • PRODUCTIVITY TRICKS
  • Hire Us
DOWNLOADS
ExcelSirJi
VBA Code to Add Border to Excel Range
Excel VBA and Macros

VBA Code to Add Border to Excel Range

Byexcelsirji

Through formatting the cells, you can make your Excel data more beautiful and easier to understand. If you record a macro to add borders to Excel range, you will notice that it generates 30 plus lines of code for just a small work. Here we are sharing one line of code which does the same thing.

Read More VBA Code to Add Border to Excel RangeContinue

Video – How to Use Conditional Formatting?
Excel Basics

Video – How to Use Conditional Formatting?

Byexcelsirji

This video will help you to understand how you may use conditional formatting to highlight row based on conditions. Subscribe us for more updates

Read More Video – How to Use Conditional Formatting?Continue

Protect Excel Sheet for Manual Input but Allow Programming Inputs
Excel VBA and Macros

Protect Excel Sheet for Manual Input but Allow Programming Inputs

Byexcelsirji

Did you come across any requirement where you want the user to interact with a sheet only through VBA Form? Here is a simple code which can help you.

Read More Protect Excel Sheet for Manual Input but Allow Programming InputsContinue

VBA Code to Protect Excel Sheet for Manual Input but Allow Programming Inputs
Excel VBA and Macros | Productivity and Automation

VBA Code to Protect Excel Sheet for Manual Input but Allow Programming Inputs

Byexcelsirji

Did you come across any requirement where you want the user to interact with a sheet only through VBA Form? Here is a simple code which can help you here.

Read More VBA Code to Protect Excel Sheet for Manual Input but Allow Programming InputsContinue

VBA Code to Add Items in ListBox Control in Userform
Excel VBA and Macros

VBA Code to Add Items in ListBox Control in Userform

Byexcelsirji

VBA Code To Add Items In Listbox Control Using ListBox in Userform is very common. You can use ListBox.AddItem function to add items in the listbox.; however, it is little difficult to add items in…

Read More VBA Code to Add Items in ListBox Control in UserformContinue

How to find duplicates in excel?
Excel Basics

How to find duplicates in excel?

Byexcelsirji

How to find duplicates in excel? Hope you read the post “Remove Duplicates in Excel”. Now I am going to explain how you can find these duplicates. There are multiple methods available to Find and…

Read More How to find duplicates in excel?Continue

Remove Duplicates in Single Column
Excel Basics

Remove Duplicates in Single Column

Byexcelsirji

Remove Duplicates in Excel Highlight/Select the Column A, similar to shown in below screenshot: Go To “Data” tab on Menu Bar and click on “Remove Duplicates” as shown below: Once you click on “Remove Duplicates”,…

Read More Remove Duplicates in Single ColumnContinue

Find Duplicate Files In Excel Using VBA
Productivity and Automation

Find Duplicate Files In Excel Using VBA

Byexcelsirji

How to Find Duplicate Files In excel using VBA? Yesterday I was working on my computer and cleaning the drives to make some more space.  I was surprised to see so many files saved at…

Read More Find Duplicate Files In Excel Using VBAContinue

VBA Code to Find Last Column or Row of a Sheet
Excel VBA and Macros

VBA Code to Find Last Column or Row of a Sheet

Byexcelsirji

VBA Code to Find Last used Column or Row in Excel Sometimes as a developer, you need to take actions in Excel sheets based on last row or column. In Excel, there are two kinds…

Read More VBA Code to Find Last Column or Row of a SheetContinue

VBA to Read Excel Data using Connection String
Excel VBA and Macros | Productivity and Automation

VBA to Read Excel Data using Connection String

Byexcelsirji

VBA to Read Excel Data Using Connection String Sometimes as a programmer you need to read heavy (more then 5 MB) Excel files. There are two ways you can read data from Excel files: Open…

Read More VBA to Read Excel Data using Connection StringContinue

Excel VBA Tool to Rename Files
Productivity and Automation | Advanced Excel Techniques | Excel VBA and Macros

Excel VBA Tool to Rename Files

Byexcelsirji

Free File Renamer Tool – Quickly Rename files batch using Excel VBA Here is another help code and tool for programmers to rename files. You can use this tool for renaming all files available in…

Read More Excel VBA Tool to Rename FilesContinue

VBA Code to Change Sheet Color
Excel VBA and Macros | Productivity and Automation

VBA Code to Change Sheet Color

Byexcelsirji

What is the Usage of sheet color in Excel? When we prepare a report or a dashboard it is easy to identify or analyze reports with a change of color sheet tabs. Analysts generally give…

Read More VBA Code to Change Sheet ColorContinue

VBA Code to Sort Data
Excel VBA and Macros | Productivity and Automation

VBA Code to Sort Data

Byexcelsirji

VBA Code to Sort Data HERE IS A ONE LINE CODE FOR DEVELOPER’S REFERENCE WHICH CAN BE USED TO SORT DATA ‘Sort data in ascending order on Column F (Created At) Sheet1.Range(“A1:G” & Sheet1.Cells.SpecialCells(xlCellTypeLastCell).Row).Sort Key1:=Sheet1.Range(“F1”),…

Read More VBA Code to Sort DataContinue

VBA Code to Filter Data in Excel
Excel VBA and Macros | Productivity and Automation

VBA Code to Filter Data in Excel

Byexcelsirji

VBA Code to Filter Data in Excel Here is an easy reference code which filters data in the sheet. In the code, we have filtered the data in three steps. Step 1: Remove existing filter from…

Read More VBA Code to Filter Data in ExcelContinue

VBA Tool to Merge Excel Files from a Folder
Productivity and Automation | Advanced Excel Techniques | Excel VBA and Macros

VBA Tool to Merge Excel Files from a Folder

Byexcelsirji

Merge Excel Files From last few months, we have been receiving frequent requests from users for a VBA tool which can consolidate Excel files from a folder. So here we come with one more free…

Read More VBA Tool to Merge Excel Files from a FolderContinue

VBA Code to Change Cell Color
Productivity and Automation | Excel VBA and Macros

VBA Code to Change Cell Color

Byexcelsirji

VBA Code To Change Cell Color Excel supports more than 16 million colors in a cell; hence you should know how to set the exact color in a cell. To do this, you can use…

Read More VBA Code to Change Cell ColorContinue

How to get RGB Codes of a Color
Excel Basics

How to get RGB Codes of a Color

Byexcelsirji

How to Get RGB Codes of a Color? Excel supports more than 16 million colors in a cell; hence you should know how to set the exact color in a cell. To do this through…

Read More How to get RGB Codes of a ColorContinue

VBA Code to Convert  MM.DD.YYYY  to DD-MMM-YYYY In Excel
Productivity and Automation | Excel VBA and Macros

VBA Code to Convert MM.DD.YYYY to DD-MMM-YYYY In Excel

Byexcelsirji

VBA Code to Convert MM.DD.YYYY To DD.MMM.YYYY in Excel In different parts of the world, there are different languages spoken and written. With this, a VBA programmer also faces language related issues while writing a…

Read More VBA Code to Convert MM.DD.YYYY to DD-MMM-YYYY In ExcelContinue

Few Simple Excel Tips – Excel Learner Should Know
Excel Basics

Few Simple Excel Tips – Excel Learner Should Know

Byexcelsirji

Few Excel Tips 1. CHANGE DIRECTION WHEN YOU PRESS ENTER Whenever you press enter, you must be thinking why my cell selection shifts down. Why it can’t go UP, Down, Left. Surprised This is very…

Read More Few Simple Excel Tips – Excel Learner Should KnowContinue

Impress your Clients by Hiding these Simple Features
Excel Basics

Impress your Clients by Hiding these Simple Features

Byexcelsirji

How to Hide Ribbon &Formula bar in excel? While preparing many projects, my clients always want me to make professional, good looking dashboards. So I hide few things like Gridlines, Column & Row headings and…

Read More Impress your Clients by Hiding these Simple FeaturesContinue

Lock Cells to avoid editing, Hide Formulas
Excel Basics

Lock Cells to avoid editing, Hide Formulas

Byexcelsirji

Lock Cells to avoid editing, Hide Formulas Sometimes you create amazing projects, dashboards however people can make mistakes and edit the calculations, formats what you have made. Still you can protect the sheets, workbooks and…

Read More Lock Cells to avoid editing, Hide FormulasContinue

Page navigation

Previous PagePrevious 1 … 7 8 9 10 11 Next PageNext
DMCA.com Protection Status
  • Sitemap
  • Privacy Policy
  • Terms of Use
Facebook Twitter Instagram YouTube

© 2025 ExcelSirJi

Scroll to top
  • Excel Functions
  • Excel Courses
  • Latest Blogs
    • EXCEL SHORTCUTS
    • EXCEL FOR BEGINNERS
    • ADVANCED EXCEL
    • DATA ANALYSIS
    • EXCEL CHARTS & GRAPHS
    • EXCEL VBA & MACROS
    • PRODUCTIVITY TRICKS
  • Hire Us
Search