How to Use “Find” in Excel VBA Macros

You will learn to use “Find” for your macros written in Excel Visual Basic for Applications (VBA). Steps Learn the following key concepts of the FIND command: The syntax of .Find is:expression.Find(What, After, LookIn, LookAt, SearchOrder, SearchDirection, MatchCase, MatchByte, SearchFormat)Expression (Required): is any valid range Object. So if we take an example then the range … Read more

How to Select Cells and Ranges in Excel Visual Basic

This minHour teaches you how to start using Visual Basic procedures to select data in Microsoft Excel. As long as you’re familiar with basic VB scripting and using more advanced features of Excel, you’ll find the selection process pretty straight-forward. Selecting Individual Cells Select one cell on the current worksheet. Let’s say you want to … Read more

What Is Ruby Used For? The Top 9 Uses for the Ruby Programming Language

Wondering if you should learn Ruby over more common programming languages like Python or JavaScript? Ruby is still one of the most popular programming languages in the world due to its portability, flexibility, and ease of use. Ruby (and the popular Ruby-based framework Ruby on Rails) powers many of the web and e-commerce applications you … Read more

How to View Your Public Info on Facebook & Make it Private

Are you worried that your information on Facebook isn’t private? If your profile information is public, anyone can see it, including scammers and data miners. Fortunately, it’s easy to view your public Facebook profile to see which information is visible to people you’re not friends with. This minHour article will teach you how to improve … Read more