Jumat, 18 Mei 2012

Re: [ExcelVBA] Capital A Circumflex in my posts ?

 

Your capital A with circumflex will be an artefact of the method of
indenting you are using (tabs presumably) and not easily circumvented.

You would get the opposite problem if you told the development environment
to indent with spaces ... your indents would often get lost completely.

Lesser of two evils really. We can ignore the A's and at least the
indenting is clear.

> Also the yellow highlighting of the word 'Like' was removed.

Formatting is going to be removed. These groups use text messages and strip
of other stuff. Nothing you can do about that, except remember to use text
methods of highlighting.

Regards, Dave S

----- Original Message -----
From: "Derek Turner" <g4swy@yahoo.com>
To: <ExcelVBA@yahoogroups.com>
Sent: Saturday, May 19, 2012 3:47 AM
Subject: [ExcelVBA] Capital A Circumflex in my posts ?

Hi

Can anybody explain why indents in code in my posts get turned into capital
A with circumflex i.e. Â which is ascii character 194 hex C0 ?

For example my post yesterday at 14:41 looks like this if viewed in the
http://groups.yahoo.com/group/ExcelVBA :-

Sub test()
Dim i As Integer
  For i = 1 To 30 'Total no. of columns
    If Cells(2, i).Value Like "MAX*" Or Cells(2, i).Value Like "DS*"
Then
      MsgBox "Column " & i & " contains Part Number"
      Exit For
    End If
  Next i
End Sub

Also the yellow highlighting of the word 'Like' was removed.

Here are three TabsThis is highlighted by Yahoo Mail.

As this is a Yahoo group and I am using the Yahoo mail client I am puzzled.

I am using Google Chrome with Windows 7 64 bit.

Was this post ignored in the thread because it was too difficult to read ?

Apart from not doing indents, which I deplore, what can I do ?

Regards

Derek +++

[Non-text portions of this message have been removed]

------------------------------------

----------------------------------
Be sure to check out TechTrax Ezine for many, free Excel VBA articles! Go
here: http://www.mousetrax.com/techtrax to enter the ezine, then search the
ARCHIVES for EXCEL VBA.

----------------------------------
Visit our ExcelVBA group home page for more info and support files:
http://groups.yahoo.com/group/ExcelVBA

----------------------------------
More free tutorials and resources available at:
http://www.mousetrax.com

----------------------------------Yahoo! Groups Links

-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1424 / Virus Database: 2425/5007 - Release Date: 05/18/12

__._,_.___
Recent Activity:
----------------------------------
Be sure to check out TechTrax Ezine for many, free Excel VBA articles! Go here: http://www.mousetrax.com/techtrax to enter the ezine, then search the ARCHIVES for EXCEL VBA.

----------------------------------
Visit our ExcelVBA group home page for more info and support files:
http://groups.yahoo.com/group/ExcelVBA

----------------------------------
More free tutorials and resources available at:
http://www.mousetrax.com

----------------------------------
.

__,_._,___

Tidak ada komentar:

Posting Komentar