String in VBA - Printable Version +- QP School (https://qomplainerzschool.lima-city.de) +-- Forum: Tutorials (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=3) +--- Forum: Excel VBA Tutorials (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=48) +--- Thread: String in VBA (/showthread.php?tid=5209) |
String in VBA - Qomplainerz - 07-26-2023 Description: Used to store text or alphanumeric data. Example: Dim message As String message = "Hello, Excel!" |