Quantcast
Channel: ListenData
Browsing all 97 articles
Browse latest View live

Get Pre & Post Market Stock Data in Excel

This article explains how to pull pre and post stock market data in Excel for free.I have created an Excel macro that imports data of pre-market and post-market hours from Yahoo Finance into your...

View Article


Get Pre & Post Market Stock Data in Google Sheets

This article explains how to fetch pre and post stock market data in Google Sheets for free.I have created an app script that imports data of pre-market and post-market hours from Yahoo Finance into...

View Article


Image may be NSFW.
Clik here to view.

Get Historical Data From Yahoo Finance into Google Sheets

This tutorial explains how to import historical stock prices from Yahoo Finance into Google Sheets.  Google Sheets Stock Data ToolHow to Use the File : First make a copy by selecting File > Make a...

View Article

Image may be NSFW.
Clik here to view.

How to Use HTML Forms for Free with Google Sheets

This tutorial provides a step-by-step guide on using HTML forms for free with Google Sheets. Perfect for any website, it can be easily integrated into static site generators (SSGs) like Astro, Hugo,...

View Article

Image may be NSFW.
Clik here to view.

How to Integrate WordPress with Google Sheets For Free

This tutorial explains how you can easily connect WordPress to Google Sheets for free. It allows you to automatically send data from Google Sheets to WordPress or fetch WordPress details into Google...

View Article


Image may be NSFW.
Clik here to view.

How to Integrate WordPress with Excel For Free

This tutorial explains how to integrate WordPress with MS Excel for free. It automates data transfers between WordPress and Excel.Prerequisite : No coding or special tools are required. You just need...

View Article

How to Cache HTML in Cloudflare

This tutorial explains how to cache HTML files in cloudflare. Caching HTML file decreases page load times and saves money by reducing the number of server requests. By default, Cloudflare caches...

View Article

Image may be NSFW.
Clik here to view.

VBA : Multiple Ways To Find Last Used Row

This tutorial explains several ways to find the last used row in MS Excel using VBA. Some of the common methods to find the last used row are discussed below.1. Using Range.End MethodThe Range.End...

View Article


Image may be NSFW.
Clik here to view.

VBA : How to List All Open Workbooks.

This tutorial explains how to get all the open Excel workbooks using VBA code.Let's take an example to understand the procedure.There are three open workbooks which are as follows...

View Article


Image may be NSFW.
Clik here to view.

VBA : How to Delete Charts in Excel

This tutorial explains how to remove one or multiple charts in Excel using VBA. It includes various practical examples covering everything related to deleting charts in Excel.Task 1 : Remove a specific...

View Article

Image may be NSFW.
Clik here to view.

How to Modify Excel Chart Axes with VBA Code

This tutorial explains how to modify and format the axes of chart in Excel using VBA code.You can download the following workbook to practice.  Download Excel File1. Add X-axis and...

View Article

Image may be NSFW.
Clik here to view.

VBA : How To Create a Bar Chart in Excel

This tutorial explains how to create a bar chart in Excel using VBA code.The following code can be used to apply a particular chart type.Clustered Bar : xlBarClusteredStacked Bar : xlBarStacked100%...

View Article

Image may be NSFW.
Clik here to view.

VBA : Multiple Ways to Identify Duplicates in Excel

This tutorial explains how to identify duplicates in one or more columns using VBA in MS Excel.You can download the following dataset to practice.  Download Excel File1. Using Conditional Formatting...

View Article


Image may be NSFW.
Clik here to view.

VBA : How to Remove Duplicates in Excel

This tutorial explains multiple ways to remove duplicates in Excel using VBA code.You can download the following dataset to practice.  Download Excel File1. Remove Duplicates using .RemoveDuplicates...

View Article

Image may be NSFW.
Clik here to view.

VBA : How to Use For Each Loop

This tutorial explains how For Each loop works in VBA and how we can use it in Excel.For Each Loop is a loop that iterate over each element in a collection ( like array, ranges). It perform an...

View Article


Image may be NSFW.
Clik here to view.

VBA: How to Unhide One or Multiple Sheets

This tutorial explains how to unhide sheets in Excel using VBA.Syntax to Unhide a SheetThe following VBA code unhides the sheet named "Sheet2" in Excel.Sub UnhideMultipleSheets()...

View Article

Image may be NSFW.
Clik here to view.

VBA: How to Unhide One or Multiple Rows

This tutorial explains how to unhide one or more rows in Excel using VBA.You can download the following dataset to practice.  Download Excel FileSyntax to Unhide a RowThis code Rows("row...

View Article


Image may be NSFW.
Clik here to view.

VBA: How to Unhide One or Multiple Columns

This tutorial explains how to unhide one or multiple columns in Excel using VBA.You can download the following dataset to practice.  Download Excel FileSyntax to Unhide a ColumnThis code...

View Article

Image may be NSFW.
Clik here to view.

VBA : How to Use Wildcards

This tutorial explains how to use wildcards in VBA, along with examples.Wildcard characters are used to represent one or more characters in a formula. They are useful when data is incomplete or only...

View Article

Image may be NSFW.
Clik here to view.

VBA: How to Use Like Operator

This tutorial explains how to use Like Operator in VBA.Like Operator is used to compare a string against a pattern.Syntax of Like OperatorVariable Like patternVariable is the string we want to compare....

View Article
Browsing all 97 articles
Browse latest View live