Export contents of Immediate Window?

C

Charlotte E.

It is possible to export the contents of the Immediate window to a .TXT-file
by some VBA-code?

Can anyone help me with such a code?


TIA,
 
B

Barb Reinhardt

Why not write it to another Excel worksheet or write it directly to a text
file.
 
C

Charlotte E.

Since you can type manually into the Immediate window, I need a way to
export the current contents...
 
Top