proper

  1. T

    Get proper case to make exceptions in transforming address fields in a large excel file

    Hi, I have a file with a few thousand address fields which I want to covert to proper case , using =Proper(A2). However, I don't want to manually fix things like : <colgroup><col width="227" style="width: 171pt; mso-width-source: userset; mso-width-alt: 6715;"> <col width="184"...
  2. M

    My issue is now solved

    Hello, Looking around I couldn't find any way to do it, but maybe i'm not looking at the proper place, is there a way to tag a thread as solved so other members can identify the issue as solved ? Thanks Matthieu.
  3. T

    Reset VBA Scripting to Default

    Apparently, I ran a macro that impacted my library and in doing so I can no longer do basic excel formulas. For example, when I do a copy and paste from A1 across columns B:I to return the associated values on another page it simply repeats the result listed in cell A1. A look into the formula...
  4. J

    TRIM & Proper Code VBA

    Hello everyone. I have a piece of code that I am trying to simplify. I want to Trim off any leading/trailing spaces and then convert all text to Proper. I want to apply this to the entire sheet. I do not want to have to select a section in order to run the code. This is what I have so far...
  5. B

    Need VBA code for macro to carry out Proper on activesheet

    Hello Forum, I know there is a non-macro to do this and it is rather simple but i was hoping to see if i can also incorporate this into a macro? I have an excel workbook with several sheets. I need the following to be done on the active sheet In this sheets, the header is on row 1 On the...
  6. T

    VBProper for first word in a string

    Private Sub Description_Change() Description.Value = StrConv(Description.Value, vbProperCase) End Sub I have this code working fine of previouse post but i want now to do it for the first word in the box on the user form. "This Is How It Currently Changes It" "This is how i want...
  7. T

    Proper case from a user form text box

    I have part of my userform code below that enters the valuse into a sheet i need the values Company and contact to be proper case regardless of how the user enteres it. can someone help me make it proper case when this runs or even better can it change it at the time the user enters it using...
  8. R

    Proper Case with a Range of Exceptions

    Working with Excel's proper case function and artist's names can be such a pain. :mad: But I do have an accurate list of the way these artists names should appear. For example: the artist EPMD should be all caps not Epmd. I found this similar thread, but it isn't working properly because...
  9. M

    Using Proper case with Brackets/Parentheses

    Hi I'm using Change Event code to convert strings to Proper Case (using vbProperCase), which works fine changing "client name" to "Client Name". However, where there is a string such as "client name (location)", it just converts to "Client Name (location)" - i.e. it doesn't change the first...
  10. pedie

    Someone, please help with this simple macro...stucked..!!! Thanks

    Sub Selection_proper() Range("a1").Select Selection.Value = Proper End Sub I have this code which doesn't work instead it deletes the contant in a1. I want the value of a1 to be Proper when i run the macro. THanks!!
  11. K

    Manipulating text string via clean, proper, right

    Guys, Pardon my ignorance but these got me stumped. I've received an excel file which contains name and personal id both keyed into the same cell separated by "enter" key. I've used clean, proper and right functions separately to get to this sample output:Excel WorkbookBCDE2AZURA BINTI...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top