How do I calculate the result of Round(Sqr(10)?
And the result of Mid(Trim("abcdef"),3,2)?
thanks!
Printable View
How do I calculate the result of Round(Sqr(10)?
And the result of Mid(Trim("abcdef"),3,2)?
thanks!
Put the code in the intermediate window (Ctrl+G) and it will tell you the answers.
What are we, supposed to do your homework for ya? Just use a Message Box, like this:
MsgBox Round(Sqr(10)
MsgBox Mid(Trim("abcdef"),3,2)
No X_Man, it isn't homework! It is a parent riding my back to learn this because I work in his office! :-)
vbgladiator, thanks! That sounds interesting. Would you mind sharing with me how to do that? And I can apply this to all codes I have like this?