I'm familiar with recording macros, and I've dabbled with manually editing macros.
Now what I want is something different: a script that will always convert the contents of a cell (B3 in this case) to uppercase. Been googling it, but all I can find are different versions of creating a macro, i.e., something that I need to run by clicking a button, etc. But I want the cell effectively permanently formatted, as soon as the text is entered. I think this means NOT using a subroutine ("sub" / "End sub") but I'm not immersed enough in coding to know if that's a key part of this or not. Thanks in advance!
Now what I want is something different: a script that will always convert the contents of a cell (B3 in this case) to uppercase. Been googling it, but all I can find are different versions of creating a macro, i.e., something that I need to run by clicking a button, etc. But I want the cell effectively permanently formatted, as soon as the text is entered. I think this means NOT using a subroutine ("sub" / "End sub") but I'm not immersed enough in coding to know if that's a key part of this or not. Thanks in advance!