I see every time my code Puts something into the Message Box, the previous output is overwritten.
Is it possible to have new output added to the existing output?
So I can see a running list of all output text.
Message Box: with Sequential Output
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Message Box: with Sequential Output
Got it!
Code: Select all
Put cr & "Some Text" after Message Box