The Ultimate Excel VBA Course - Learn and Master VBA Fast - The Left and Right Functions

The Ultimate Excel VBA Course - Learn and Master VBA Fast - The Left and Right Functions

Assessment

Interactive Video

Computers

9th - 10th Grade

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains how to use the left and right functions in VBA to manipulate strings by extracting characters from the start or end. It provides a practical example using an email address and demonstrates more complex usage by reordering names. The tutorial covers initializing variables, using the inStr function to find spaces, and extracting first and last names. It concludes with a final code example that displays the reordered name in a message box.

Read more

7 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

What are the left and right functions used for in string manipulation?

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

3 mins • 1 pt

How do you use the left function to extract characters from a string?

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

3 mins • 1 pt

What happens if you do not specify the number of characters to chop using left or right?

Evaluate responses using AI:

OFF

4.

OPEN ENDED QUESTION

3 mins • 1 pt

Explain how to format a full name to display the surname first using left and right functions.

Evaluate responses using AI:

OFF

5.

OPEN ENDED QUESTION

3 mins • 1 pt

What is the purpose of the NSTR function in the context of string manipulation?

Evaluate responses using AI:

OFF

6.

OPEN ENDED QUESTION

3 mins • 1 pt

How do you calculate the starting position for extracting the last name from a full name?

Evaluate responses using AI:

OFF

7.

OPEN ENDED QUESTION

3 mins • 1 pt

Describe how to concatenate the last name and first name in a message box output.

Evaluate responses using AI:

OFF