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

Author: codef4devs

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

May 10, 2021November 8, 2024 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 commentMiscellaneousOutlook, Outlook Automation

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

Excel Keyboard Shortcuts List to Save Your Time

July 27, 2020August 1, 2020 codef4devs

As every application has its own keyboard shortcut keys, Microsoft Excel also has a variety of keyboard shortcuts you can use to boost your work speed and make things more easy. Here is a list […]

Leave a commentExcel

Posts navigation

Previous 1 … 5 6

Categories

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

Recent Posts

  • Python code to Find a Cell in Excel having Specific Date
  • Python Error: ‘module ‘win32com.gen_pyxxxx’ has no attribute ‘CLSIDToClassMap’ Solution
  • Group Concat in Excel-Concatenating Cell Values based on Grouping Rows
  • Python: Send Email from Outlook with Attachment
  • How to Add Checkbox in DataGridView in C# Windows Form Application
Copyright © All rights reserved.