Skip to content
Code for Devs
  • Home
  • JavaScript
  • WordPress
  • Excel
  • VBA
  • C#
  • Miscellaneous
  • Contact Us
  • Home
  • VBA

Category: VBA

MsgBox in Excel VBA – All You Should Know

March 19, 2023March 19, 2023 codef4devs

The MsgBox function in Excel VBA displays a message box to the user. You can use message box to inform your users by showing a custom message or to get some basic inputs (such as […]

Leave a commentVBA

Using InputBox in Excel VBA

January 29, 2023February 5, 2023 codef4devs

InputBox is an inbuilt function in Excel VBA that is used to get a value from the user. InputBox asks the user to enter the value and then can store the value in the variable […]

Leave a commentVBA

Excel VBA Code to Remove Duplicate Values in a Data Range

November 2, 2022November 2, 2022 codef4devs

We use Remove Duplicates feature of excel application to remove duplicate data in a column. Same task we can do by using VBA code. Range.RemoveDuplicates method of exvel VBA helps you to do this. We […]

Leave a commentVBA

How to Open and Close Excel Workbook by VBA Code

October 2, 2020October 2, 2020 codef4devs

In this article, we will show you how to open and close an excel workbook using VBA. We use Open and Close method of VBA to close and open excel workbooks. VBA code to Open […]

Leave a commentVBA

Hide Unhide Single or Multiple Excel Sheets by VBA

September 25, 2020September 25, 2020 codef4devs

This article will help you know how to hide and unhide excel sheets by VBA macro. Hide or unhide VBA code is very helpful when your excel workbook contains many worksheets and you want to […]

Leave a commentVBA

Delete Rows and Columns in Excel by VBA code

September 23, 2020September 23, 2020 codef4devs

In this article we are going to explain how you can delete rows or columns in excel sheet by using VBA code. Delete method helps us to delete rows or columns. You can delete single […]

Leave a commentVBA

VBA Code to Insert Rows and Columns in Excel

September 17, 2020September 17, 2020 codef4devs
Insert Rows and Columns in Excel VBA

In this article, we will explain how to insert rows or columns in excel sheet using VBA macro code. Insert method is used to insert rows or columns. Insert Single Row At given Position – […]

Leave a commentVBA

Macro to Send Email from Excel VBA

August 10, 2020August 15, 2020 codef4devs

In this article we will provide you step by step guide to send mails with attachments from Outlook automatically using Excel VBA. We can access Outlook methods by enabling outlook scripting in VBA. Step 1: […]

Leave a commentVBA

Categories

  • C#
  • Excel
  • JavaScript
  • Miscellaneous
  • MySQL
  • Python
  • VBA
  • WordPress

Recent Posts

  • Python: Send Email from Outlook with Attachment
  • How to Add Checkbox in DataGridView in C# Windows Form Application
  • List of Free Classified Ads Posting Sites in the USA in 2025
  • C# Code to Run Command on Windows CMD
  • 10 Most Commonly Used String Methods in C#
Copyright © All rights reserved.