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

Author: codef4devs

Calculated Fields – Excel Pivot Table Advanced Feature

July 23, 2023July 23, 2023 codef4devs

Insert Calculated Fields feature of Pivot table enable you to add a virtual column, based on some calculation over existing columns, which is physically not present in dataset but gets available in Pivot Table fields. […]

Leave a commentExcel

Get Mail Address of Sender from Outlook Mail Item Object by C#

July 15, 2023July 23, 2023 codef4devs

Here is a C# code example that will help you to find the mail ID of sender from Outlook Mail Item Object. We use SenderEmailType property of Outlook MailItem object to determine the email type […]

Leave a commentC#

Extracting Attachment from Outlook Mail Item using C#

June 19, 2023June 19, 2023 codef4devs

Here is an example C# code that helps you work on attachments in an outlook mail item. You can use Attachments property of Outlook MailItem object for saving attached file in outlook mail item by […]

Leave a commentC#

Start, Stop and Restart MySQL Services on Windows 10

June 13, 2023June 13, 2023 codef4devs

This post will help you to know how to start, stop or restart MySQL services on Windows 10 operating system. While working with MySQL, sometimes it becomes necessary to restart or starting, stopping MySQL server. […]

Leave a commentMySQL

How to Protect an Excel File with Password

May 31, 2023May 29, 2023 codef4devs

Protecting the excel workbook with a password is the best way to prevent others from accessing data in your excel workbook. This ensures that the data in workbook will be accessed by only authorized person, […]

Leave a commentExcel

How to Programmatically Read Outlook Inbox Mail using C#

May 29, 2023June 19, 2023 codef4devs

This article describes how to create a C# program that reads mails from your outlook inbox. You can do this using the Microsoft.Office.Interop.Outlook.dll. Here is the step by step procedure of creating automation of reading […]

Leave a commentC#

How to Open Password Protected Excel File using C#

May 28, 2023May 28, 2023 codef4devs

Are you developing a C# program that automates the password protected excel file? You might be in irritative situation as when your excel file is opened by C# code, it will prompt you to enter […]

Leave a commentC#

Free Global Classified Ads Posting Sites in 2023

May 14, 2023May 29, 2023 codef4devs

Want to advertise your services or products on digital platform? You should take advantage of free classified sites that help you to reach new audiences worldwide. It will help you boost up your business. Posting […]

Leave a commentMiscellaneous

How to Install IIS server on Windows 10

April 24, 2023April 24, 2023 codef4devs

If you are developing web application using ASP.net, you need to first install IIS (Internet Information Services) on Windows. In this post, we are going to show you the procedure to be followed for installing […]

Leave a commentMiscellaneous

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

Posts navigation

1 2 … 5 Next

Categories

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

Recent Posts

  • Calculated Fields – Excel Pivot Table Advanced Feature
  • Get Mail Address of Sender from Outlook Mail Item Object by C#
  • Extracting Attachment from Outlook Mail Item using C#
  • Start, Stop and Restart MySQL Services on Windows 10
  • How to Protect an Excel File with Password
Copyright © All rights reserved.