Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

commenting expressions 1

Status
Not open for further replies.

Gramm

Instructor
May 16, 2003
92
US
What is the character to use indicating comments in an expression?

Thanks in advance!
 
Hi,

To comment a line use the VB ' character, however to use comments in an expression, the first character must be =, therefore any comments must appear after the expression text.

Code:
="This is a test"
'This is a Comment

Hope this helps.

Cheers,
Leigh

The problem with common sense is that it isn't that common!


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top