Classified ad price negotiable, what am I offering now?

Hello, I found a large wooden chest in the classifieds that I'd like to buy. Unfortunately, there's no price listed, just a "VB" (commercial offer). I asked the seller what her asking price was, to which, of course (how could one expect otherwise), she replied that she was open to suggestions. I usually ignore such…

How can I change a string using call by reference in VBA?

Hello everyone, I would like to append another string to a string, as in the following example. In Main, txt should be passed to AddTxt via a call by reference. AddTxt should also append "World." When the code is executed, Debug.Print returns "Hello World" in AddTxt as expected, but in Main it only returns "Hello…