|
|
Question : Is there a Region... End Region in VBA?
|
|
|
|
Hi everyone,
I want to organize my codes in Excel 2007 VBA. Is there a Region... End Region in VBA, like in VB .NET? Or the best programming method to improve readability of my codes in VBA? TIA
|
|
|
|
Answer : Is there a Region... End Region in VBA?
|
|
Set the Adaptive Server IQ database option PERCENT_AS_COMMENT OFF and use -- (double dash) as a comment delimiter for SQL/92 compatibility. The percent character is the default comment delimiter in IQ. Adaptive Server Enterprise treats the % as a modulo operator and does not support the IQ mod function.
http://manuals.sybase.com/onlinebooks/group-iq/iqg1250e/iqref/@Generic__BookTextView/79068;pt=77888/*
|
|
|