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

Welcome to Code for Devs

Latest Posts

MsgBox in Excel VBA – All You Should Know

  • 19 Mar 2023

The MsgBox function in Excel VBA displays a message box to the user. You can use message box to inform...

Useful Windows CMD Commands to Work on Files and Folders

  • 19 Feb 2023

The Windows command line (CMD) is one of the most useful utilities on a Windows PC. You can interact with...

Using InputBox in Excel VBA

  • 29 Jan 2023

InputBox is an inbuilt function in Excel VBA that is used to get a value from the user. InputBox asks...

Export C# DataTable to MS Excel

  • 20 Nov 2022

Here, in this post, we are going to show you an C# code example of exporting a C# datatable data...

Excel VBA Code to Remove Duplicate Values in a Data Range

  • 2 Nov 2022

We use Remove Duplicates feature of excel application to remove duplicate data in a column. Same task we can do...

How to Get All Files Available in a Directory By C#

  • 21 Oct 2022

This post shows an example of listing name of all files with extension, available in a folder. We need to...

Creating A Directory by C# Code

  • 19 Oct 2022

In this post, we will demonstrate an example of creating a directory by using C# code. For creating a directory...

How to Check if a File Exists by Using C#

  • 5 Oct 2022

When you need to check whether a particular file exists on a specified path, you can use File.Exists(string) method of...

How to Copy Visible Cells only in Excel Filter by C#

  • 2 Oct 2022

After applying filter to excel range, rows not satisfying the filter condition get hidden and only rows satisfying the filter...

Using Auto Filter on Excel Range by C#

  • 28 Sep 2022

Here in this article, we are going to provide you an overview of applying and working with filters on Excel...

Categories

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

Recent Posts

  • MsgBox in Excel VBA – All You Should Know
  • Useful Windows CMD Commands to Work on Files and Folders
  • Using InputBox in Excel VBA
  • Export C# DataTable to MS Excel
  • Excel VBA Code to Remove Duplicate Values in a Data Range
Copyright © All rights reserved.