![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Location: Belgium
Posts: 24
|
Hello,
I have the following procedure: Sub fgj() Dim s As String s = "Hello" Debug.Print s End Sub I can run it but the debug.print doesn't prompt any message. Since the very first day I tried debug.print it never worked. Would it be included in some preference that I haven't set? |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
Hi
While in the VBA development environment, Hit Control/G to bring up the immediate window, run your code, and your debug.print statement can be viewed. You can also click on view, immediate window Tom [ This Message was edited by: TsTom on 2002-04-10 04:45 ] |
|
|
|
|
|
#3 |
|
New Member
Join Date: Feb 2002
Location: Belgium
Posts: 24
|
Thanks Tom,
After one year programming, this sounds like a revelation to me. Pierre |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|