Results 1 to 13 of 13

VBA Script has stopped working

Threaded View

  1. #1
    Registered User
    Join Date
    03-12-2013
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    13

    VBA Script has stopped working

    HI

    I am using the following script which I found on the net but it seems to have stopped working. The workbook contains 52 spreadsheets and I have put this script on each one. It turns whatever is entered into capitals, we when it was working it did anyway.
    Private Sub Worksheet_Change(ByVal Target As Range)
       If Target.HasFormula Then Exit Sub
       Target = UCase(Target)
    End Sub
    Any help would be apreciated.
    Last edited by JosephP; 03-12-2013 at 12:26 PM. Reason: add code tags

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1