QP School

Full Version: String in VBA
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Description:

Used to store text or alphanumeric data.

Example:

Dim message As String
message = "Hello, Excel!"