-1

in a respons to a question on this site an autor placed a screenshot of a Worksheet, with a Immediate Window in the worksheet. When I use the same code, I only get the immediate (or Debug.print) in the VBA editor.

Why do I not get the same result as in the sample?

Thanks for helping out !!

SoftAid

SoftAid
  • 3
  • 1
  • 3
    You can just drag the immediate window over to the worksheet. – L8n Sep 26 '19 at 13:18
  • 1
    If you want a more involved solution you can do something like this: https://codereview.stackexchange.com/q/64109/192810 and create a logger that displays the messages in a modeless UserForm (that's how I do it) – L8n Sep 26 '19 at 13:21

1 Answers1

0

Just grab the window and drag it over, this should work in every MS Office product.

Dragging the Immediate Window

L8n
  • 728
  • 1
  • 5
  • 15