In Excel, there is an in-built feature called the Subtotal (under the “Data” tab) which when used can automatically insert subtotals and grand total for a selected range of data. However, if you are ...
A landing page in Google Analytics is the first page that a user views when she/he visits a website or blog. The visitor may have landed on a particular page through a search engine or from a social ...
Not every page, but this particular page has a custom scrollbar. Look at the scrollbar carefully. Yes, its different from a default scrollbar. I will show you how to create a cool custom scrollbar ...
Many developers know that experience is an important thing for them to become masters at what they do. Speaking about software programming, the best way to become a master is to take part in the large ...
In my previous article on Excel automation using VBA, I have explained how to fill a web form and save the data, from Excel using VBA. The data that I have used in that example were hardcoded ...
You can use window.close() method to close the current browser tab/window in JavaScript. However, the method should be used with window.open() method. The .close() method will close a tab or ...
Web scraping is a process where an application extracts data or content from a web page. You can do this from an Excel worksheet using VBA. I have shared an article here before where I have explained ...
While working on worksheets using a macro, you may sometimes need to know if a particular worksheet exists in a workbook or not. Especially, when the worksheets have random names. You either ...
You can use the “transform” property in CSS to rotate an element. In this post I’ll show you how using the “transform” property you can actually rotate an image at a given angle. ...
We often pass data between web pages as information in the form of URL parameters (or query strings). A URL can have single or multiple parameters. When redirecting to another page from your ...