Re: Special charecters problem
yeah...if u use double quotes....echo cuts it off after the second
double quote... you have to put \ before each one that is not part of
the echo " blalbla"; format. You can also use single quotes ' for
the ones inside... those work too.
.
Relevant Pages
- Re: more masquerade problems
... the sendmail howto shows the feature options in single quotes but ... Prev by Date: ... (comp.mail.sendmail) - RE: Syntax Error - Missing Operator - When Using Date !
... with single quotes: ... format. ... I get the "Syntax Error " Error displayed. ... Set conn = New ADODB.Connection ... (microsoft.public.vb.database) - Re: datevalue
... "Govind" wrote: ... > Your first two values were within single quotes and hence they wont ... On the third format, am not sure of the reason why it doesnt work, ... >> When I try to use the function DateValue, I keep getting an error message of ... (microsoft.public.excel.worksheet.functions) - Re: Conditional Format Using AND
... but I only want the color change to happen if "PREV" is in column A, ... > your second format condition will always be true and red format ... > Pearson Software Consulting, LLC ... (microsoft.public.excel.misc) - Re: Excel 2007 Replace and single quotes
... change all single quotes to "zzzzz". ... format to text and change the "zzzzz" to nothing. ... Productivity add-ins and downloadable books on VB macros for Excel ... I want to remove all of the single quotes but keep the leading zeros. ... (microsoft.public.excel) |
|