PDA

View Full Version : Print value in the command area



s.celles
2010-10-08, 10:12 AM
Hello,

I'm using ACAD2000 and VBA.
I would like my macro to print values in the command area
I thought that I should use Debug.Print "Hello"
but it doesn't work
I know this is a pretty easy question... but I don't find the good keywords to solve this !
I hope you can help me.

Kind regards

Sebastien

Ed Jobe
2010-10-08, 02:20 PM
Use ThisDrawing.Utility.Prompt. Debug only prints to the ide Output window.

s.celles
2010-10-10, 02:27 PM
Thanks a lot