Error - template LAYOUT-DATA-WRAPPER not found

A configuration error was detected in the CGI script; the LAYOUT-DATA-WRAPPER template could not be found.

Error - template STYLE-SHEET not found

A configuration error was detected in the CGI script; the STYLE-SHEET template could not be found.

Error - template SUB-TOP-BANNER not found

A configuration error was detected in the CGI script; the SUB-TOP-BANNER template could not be found.
Subject:
From:
Peter Shkabara <[log in to unmask]>
Reply To:
PCSOFT - Personal Computer software discussion list <[log in to unmask]>
Date:
Sun, 20 Oct 2002 14:57:13 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (35 lines)
Create a macro to do it. Here is the code to use:

Sub the()
    Dim n As Integer
    Dim temp As String

    n = 1
    temp = Range("A" & n).Value
    Do While (temp > "")
        If UCase(Left(temp, 4)) = "THE " Then
            temp = Mid(temp, 5)
        End If
        Range("A" & n).Value = temp
        n = n + 1
        temp = Range("A" & n).Value
    Loop
End Sub

Peter
------------------
The NoSpin Group
[log in to unmask]


-----Original Message-----
In the first column I have the artists names. Many of these begin with
the word 'the' and I would like to remove it but keep the word 'the' if
it appears mid sentence.

TIA ... Mick

             PCSOFT maintains many useful files for download
                     visit our download web page at:
                  http://freepctech.com/downloads.shtml

ATOM RSS1 RSS2

LISTSERV.ICORS.ORG Secured by F-Secure Anti-Virus CataList Email List Search Powered by LISTSERV