Immediate Window question

C

cinnie

hi
a) how can I open the Immediate Window from code? (not <ctrl> G)
b) can I 'clear' the Immediate Window from code? (like <ctrl> A, delete)
Thank you
 
S

Stuart McCall

cinnie said:
hi
a) how can I open the Immediate Window from code? (not <ctrl> G)
b) can I 'clear' the Immediate Window from code? (like <ctrl> A, delete)
Thank you

Neither of those actions are available in VBA. Your only recourse is
Sendkeys (which I don't recommend).

You're out of luck on this one.
 
Top