Mac Excel 2004 VBA Watch window

D

dfitterman

How do you get the Watch window to open up when using VBA in Mac Excel
2004? I want to be able to monitor the values of various variables.
 
J

JE McGimpsey

How do you get the Watch window to open up when using VBA in Mac Excel
2004? I want to be able to monitor the values of various variables.

There is no Watch window in the Mac Office VBE. Use Debug.Print and the
Immediate window instead.
 
Top