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

Author: codef4devs

How to change default delimiter of CSV file in excel

May 12, 2021May 12, 2021 codef4devs

This article will guide you to change the default delimiter from “comma” to another character that you want. As you all know CSV means comma-separated values. A CSV file is like a text file which […]

Leave a commentMiscellaneous

A program is trying to send an email message on your behalf- How to Stop Outlook Popup

May 10, 2021May 10, 2021 codef4devs

You receive the following warning message as Outlook popup when an application tries to send an email from Outlook. “A program is trying to send an e-mail message on your behalf. If this is unexpected, […]

Leave a commentMiscellaneous

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

Communication between parent and iframe window via JavaScript – cross domains(CORS)

August 15, 2020August 16, 2020 codef4devs

We have so many incidents when we try to communicate with the parent window within the iframe window. This is because we want to do some certain tasks when something happens in an iframe. Let’s […]

Leave a commentJavaScript

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

Easy Steps to Create Drop-Down List in Excel

August 2, 2020August 9, 2020 codef4devs
Drop Down list Excel

In excel, if you want user to enter a value in a cell only from a set of pre defined list, drop-down list is the best way to do so. A drop down restricts a […]

Leave a commentExcel

Disable WordPress auto-update core and Notifications

August 1, 2020August 9, 2020 codef4devs

This is the era of blogging, e-commerce, and various kind of web platforms. So WordPress is the backbone of these kinds of websites now.  We are here to stop the update WordPress automatically. However, you […]

Leave a commentWordPress

Posts navigation

Previous 1 2 3 Next

Categories

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

Recent Posts

  • How to Automate MS Excel using Microsoft Office Interop in C#
  • How to Delete Windows.edb file in Windows 10
  • How to Read Table Data in Word Document using C#
  • C# code to Copy file from One Folder to Another
  • Export C# DataTable to CSV file
Copyright © All rights reserved.