Hello fellow Excel friends,
A co-worker of mine was helping me out with a piece of code and used the immediate window to quickly print out properties and evaluations of expressions without needing to use a msgbox. I am trying to figure out how to do just that.
From what I know, all you are suppose to do is lead what ever you want printed out with a '?', yet when I do this I keep getting the following compile error: method not valid without suitable object.
What am I doing wrong? Could you also provide a workable example so that I can test it out on my end and make sure it's just a syntax error.
Thanks.
A co-worker of mine was helping me out with a piece of code and used the immediate window to quickly print out properties and evaluations of expressions without needing to use a msgbox. I am trying to figure out how to do just that.
From what I know, all you are suppose to do is lead what ever you want printed out with a '?', yet when I do this I keep getting the following compile error: method not valid without suitable object.
What am I doing wrong? Could you also provide a workable example so that I can test it out on my end and make sure it's just a syntax error.
Thanks.