Excel 365 Visual Basic Part 32 – Cell Manipulation

3 years ago
58

This video is probably the most important and contains the most used features of Visual Basic. In order to manipulate a cell, you need to identify its position using the Range command. Then, you can apply an operation to manipulate the cells. This operation is used in all code at some point. Furthermore, in order to manipulate a cell, you can use options such as Cut/Copy/Paste, Paste Special, update the value of the cell, delete it, or clear it out. You can also manipulate data by row or column using various commands. Aplying the Offset and xlDown properties will allow the system to find a specific group of data.

Video Series Part 32- This is a comprehensive guide to learning Excel from the basics to advanced programming techniques. These videos are labeled in order beginning with Part 1, 2, 3, 4, etc. Each video can be downloaded and freely distributed to anyone desiring to learn Excel in great depth.
Higher Quality Video: www.elearnlogic.com/media/excel365-5-ch3-sec3.mp4

- Click + Rumble if the video was helpful.
- Click Subscribe so you won’t miss out on any new videos.
- Click the Share button so you can help others expand their skills.

Each video provides a great overview of the concepts, but the courseware provides additional details for a better understanding. You will be able to follow along with the courseware while watching this video.

Courseware: Excel 365 – Visual Basic For Excel
The courseware is available on Amazon at: https://www.amazon.com/dp/1979929076

Chapter 3 - Cell Manipulation
This chapter is probably the most important and contains the most used features of Visual Basic. In order to manipulate a cell, you need to identify its position using the Range command. Then, you can apply an operation to manipulate the cells. This operation is used in all code at some point. Furthermore, in order to manipulate a cell, you can use options such as Cut/Copy/Paste, Paste Special, update the value of the cell, delete it, or clear it out. You can also manipulate data by row or column using various commands. Applying the Offset and xlDown properties will allow the system to find a specific group of data.

Section 3 - Column And Row Techniques
Often, you may want to manipulate rows or columns as a group in order to Delete, Clear, Cut/Copy/Paste, or use the Paste Special capabilities. Some of these commands can be used for specific operations such as in the Delete process. Therefore, it is important to understand the correct command sequence. The following commands will be covered: Columns/Rows Object, Column/Row Property, Select Columns/Row, EntireRow, and EntireColumn.

Section 4 - Cell Offset, xlDown, CurrentRegion, And Address.
This is the concluding set of commands that will start at a specific cell and move or offset to a different location based on a set of criteria. You might want to move to the end of the database or move to the next column. The Select Sheet command is unique in that it will only work with a specific set of defined commands. The following concepts will be covered: Offset Property, xlDown, CurrentRegion, Address Property, Text Property, and Select Sheet.

This Courseware/Video is based on Excel 365 and documents command differences between Excel 2010, Excel 2013, Excel 2016, and Excel 2019.

If you have any questions, please contact: Jeff Hutchinson, Website: http://www.elearnlogic.com, Email: jeffhutch@elearnlogic.com

Loading comments...