Is there a way to make it that a whole column is always in caps no matter what? or is there a macro I would have to write?
Is there a way to make it that a whole column is always in caps no matter what? or is there a macro I would have to write?
Hi,
You could use the =UPPER(A1) function in a helper column then copy that and paste it back to the original column as values.
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
If you want it to happen automatically, you need a macro, otherwise as Richard said, you can use a formula in a different column for conversion.
A very simple worksheet change macro should work great though.
Please help by:
Marking threads as closed once your issue is resolved. How? The Thread Tools at the top
Any reputation (*) points appreciated. Not just by me, but by all those helping, so if you found someone's input useful, please take a second to click the * at the bottom left to let them know
There are 10 kinds of people in this world... those who understand binary, and those who don't.
Is there a way I could just make it happen automatically? Without running a macro? Otherwise I will have to ask for help in the macro section of the forum lol.
You can try "Bank Gothic" font.
Ben Van Johnson
I don't have that font. :/ I will consult the macro gods in there forum.![]()
if you need a macro, then open VB editor (alt-f11)
double click the sheet name you want the macro to work in (menu on left)
and paste this in there: (this is not in a module, it is a worksheet change event)
![]()
Please Login or Register to view this content.
Here is what I was hoping for, and what I posted in the macro forum.
I need a macro that makes all the text in column G capitalized. Except for one sheet. When I view it in VBA its sheet 5, the name of the sheet is "BLANK"
Yep I saw... my post above still applies I think, just need to put it on each sheet you want to auto-capitalize. I replied in macro help and changed the code to column G in that version.
What about enabling cruise control for cool?
A little more seriously, it looks like the VBA approaches are not too intimidating.
This will work. I misunderstood. Sorry I failed.
Op, I put the workbook version in the macros thread, hope you found it?
This does not seem to be working for me all the time? Is there a macro that could be written to automatically do this from G10:G500 on all worksheets except the one in the first postion? Its name is "BLANK".
Is anyone able to help?
Free bank gothic fonts: here (lt, med & bold)
will my macro pick that up as being a capital even if its not typed that way?
You could try this registry edit that should enable the caps key as default. Of course, in other applications, you would have to hit the caps key to turn it off.
http://www.razumny.no/2009/12/set-de...olllock-state/
<---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.Ron W
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks