+ Reply to Thread
Results 1 to 5 of 5

Forcing Uppercase into Cells

  1. #1
    Registered User
    Join Date
    01-04-2006
    Posts
    3

    Forcing Uppercase into Cells

    I'm looking for a way to force uppercase into cell when user enters a lower case. IE a format function of sorts. Mike

  2. #2
    DARREN FONG via OfficeKB.com
    Guest

    Re: Forcing Uppercase into Cells

    Mike,

    here is a page that might help

    http://exceltips.vitalnews.com/Pages...Uppercase.html

    mikepalm wrote:
    >I'm looking for a way to force uppercase into cell when user enters a
    >lower case. IE a format function of sorts. Mike
    >


    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...l-new/200601/1

  3. #3
    DARREN FONG via OfficeKB.com
    Guest

    Re: Forcing Uppercase into Cells

    Mike,

    here is a page that might help

    http://exceltips.vitalnews.com/Pages...Uppercase.html

    mikepalm wrote:
    >I'm looking for a way to force uppercase into cell when user enters a
    >lower case. IE a format function of sorts. Mike
    >


    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...l-new/200601/1

  4. #4
    Registered User
    Join Date
    01-04-2006
    Posts
    3

    Thanks

    Thanks a bunch!

  5. #5
    amag
    Guest

    Re: Forcing Uppercase into Cells

    Hi Mike,

    Can a similar functionality be added to calculate formula. e.g. if i
    hit enter in a particular cell lets say B1 then it shud actually give
    me value as A1*B1.

    If its possible i think it can be very useful in cases where we input
    numbers where one number is constant(i.e. refers to particualr cell)
    and the other a variable(i.e. to be input by user). Then you can just
    ask the user to input the number and need not worry about linking.

    Something like:

    Private Sub RANGE_Change(ByVal Target As Range)
    With Target
    If Not .HasFormula Then
    .Value = A1 or A DEFINED NAME TAG*(.Value)
    End If
    End With
    End Sub

    -amag


+ 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