QP School
QP School
>
Tutorials
>
Excel VBA Tutorials
> String in VBA
Full Version:
String in VBA
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Qomplainerz
07-26-2023, 08:25 PM
Description:
Used to store text or alphanumeric data.
Example:
Dim message As String
message = "Hello, Excel!"
QP School
>
Tutorials
>
Excel VBA Tutorials
> String in VBA