Author Archives: XZoLMLRU2Pg

How to Create and Clear Array VBA (Excel)

In this tutorial we will guide you on how to create and clear arrays in VBA Excel.
Arrays are basically a group of variables which have similar properties. Instead of using multiple variables, it’s better to use a single array. By using arrays, we can use a single variable for several values. It can store from 1 to more than thousands of values depending on the size of program. Arrays use a loop function to work which helps to store, retrieve and modify values in it. It is also a good practice to clear arrays in VBA programs at the end to free up the memory used to store it. This is very helpful when working on large data or spreadsheets as it slows down the overall performance of the program. Here we are using arrays in VBA Excel to input more than one values in a single variable with the help of macros.


read more »

How to Write Excel Macros via VBA

You can easily get started with writing the visual basic code by enabling the feature in Microsoft Excel. By writing VBA excel macro, you can automate a number of tasks which otherwise might take a lot of your time. For example, changing the formatting of a whole document in a specific way, etc.
Follow this step by step tutorial where we will guide you on how to write Microsoft excel macros using Visual Basic.


read more »

How to Use SSH on Mac

In this tutorial, we will guide you on how to use SSH on Mac.
Secure Shell basically helps you to access and move data from one device to another using a network protocol. It basically provides you with a secure channel.


read more »

How to Install MySQL to Mac

In this tutorial, we will guide you on how to install Mysql to Mac.
The database is a collection of structured data. It can be any collection of data; from a simple to-do list to an entire database of a firm. To process and access data stored in a database, dms (database management systems) such as the MySQL Server are needed.


read more »

How to Get Image from Video

In this tutorial, you’ll learn how to get an image from a video.


read more »

How to Define Brush in Photoshop CS6

One of the most useful tools in Photoshop is the brush tool which can be used to create interesting textures and patterns. Sometimes, brushes are not of the quality or the look we want to use. Fortunately, we can create our own brushes in Photoshop. To create a brush, we have to define a brush preset first. You can create brushes using different shapes or images and later, can add options to the brush to create a dynamic effect.
Check out the simple steps to learn how to define brush presets in Adobe Photoshop.


read more »

How to Add Tags to Documents and Folders in OS.X 10.9

In this tutorial, we will teach you how to add tags in OS.X 10.9 to documents and folders. By applying tags to files and folders you can stay organized. In case you forget where a particular file is, you can always search it by the tag associated with it.


read more »

How to Fix BSOD Error Scsistatus 0x02

SCSI, or small computer system interface, is basically a standard connection that helps in accessing and transferring data between computer devices. In this tutorial, we will show you how to fix the bsod error SCSI status 0x02.


read more »

How to Add Layer in Illustrator

In this tutorial, we will teach you how to add a layer in Illustrator.
When working with complex artwork, it’s always better to organize it in different layers. Layers in illustrator help in selecting small objects present in your artwork and would save you a lot of time.


read more »

How to Make a Video in iMovie

Follow this tutorial to learn how to export a movie from imovie to idvd, work on the project there and eventually create and burn a disc for the content.


read more »