I have a long string of text with very specific indents, specifically text for a VBA run.
I was wondering how to turn it into a string for declaring using this:
Clipboard.SetText(string);
I've seen people using it as a text file, adding it in resources, but I'm not sure about any of those.