+ Reply to Thread
Results 1 to 4 of 4

Script for auto cell formatting

  1. #1
    Registered User
    Join Date
    09-29-2006
    Posts
    13

    Script for auto cell formatting

    I have a worksheet that lists amount of rainfall by area per hour. Each hourly measurement goes in a cell horizontally from column C to M, the first area is in row 7 and the last area is in row 47. The total is shown in column N.

    Now that winter is coming up, I cannot use the same unit (mm) since snow here is measured in cm. Is there a way to automate the unit shown? I was wondering whether by typing in the letter 'R' or 'S' in the next column, a script would recognize that and add the unit automatically

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Maybe a event macro

    Right click sheet tab > select view code and paste in the below. When you enter R or S in Col N it adds MM or CM in Col O

    Please Login or Register  to view this content.
    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Registered User
    Join Date
    09-29-2006
    Posts
    13
    Thank you for the quick reply. It works like a charm!

  4. #4
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Glad it helped.

    VBA Noob

+ Reply to Thread

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