VBA Watch

C

Craig Buback

How do I "Watch" an expression in VBA? help says to open via the
Tools Menu, but I can't find a menu item to to create a Watch. I am
running Exel X.
 
J

JE McGimpsey

How do I "Watch" an expression in VBA? help says to open via the
Tools Menu, but I can't find a menu item to to create a Watch. I am
running Exel X.

There is no Watch function in the Mac VBE. You can set breakpoints and
use the Immediate window or Debug.Print statements.

What Help page directed you to the Tools menu? That should be reported
to MacBU to be removed.
 
C

Craig Buback

The help menu in the VBA menu bar.

JE McGimpsey said:
There is no Watch function in the Mac VBE. You can set breakpoints and
use the Immediate window or Debug.Print statements.

What Help page directed you to the Tools menu? That should be reported
to MacBU to be removed.
 
J

JE McGimpsey

The help menu in the VBA menu bar.

I understand that - but I can't find any Help topic in MacOffice that
refers to a Watch function. Which topic?
 
Top