{"id":242787,"date":"2022-08-09T21:34:57","date_gmt":"2022-08-09T21:34:57","guid":{"rendered":"https:\/\/vmlogger.com\/excel\/?p=242787"},"modified":"2022-08-17T18:29:59","modified_gmt":"2022-08-17T18:29:59","slug":"changing-case-of-existing-text","status":"publish","type":"post","link":"https:\/\/vmlogger.com\/excel\/2022\/08\/changing-case-of-existing-text\/","title":{"rendered":"VBA Code – Change the Case of existing Texts in a Sheet"},"content":{"rendered":"

[et_pb_section fb_built=”1″ admin_label=”section” _builder_version=”4.16″ da_disable_devices=”off|off|off” global_colors_info=”{}” da_is_popup=”off” da_exit_intent=”off” da_has_close=”on” da_alt_close=”off” da_dark_close=”off” da_not_modal=”on” da_is_singular=”off” da_with_loader=”off” da_has_shadow=”on”][et_pb_row admin_label=”row” _builder_version=”4.16″ background_size=”initial” background_position=”top_left” background_repeat=”repeat” global_colors_info=”{}”][et_pb_column type=”4_4″ _builder_version=”4.16″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||”][et_pb_text _builder_version=”4.17.6″ _module_preset=”default” global_colors_info=”{}”]In this article, I am going to share a VBA code that can be used to change the cases of texts written in an excel worksheet. This can be used to enforce proper casing on texts written in a sheet or cell range. As you know – casing can be of 3 types: 1. lower, 2. UPPER or 3. Proper. Using this function you would be able to do any of this.<\/p>\n

Using Excel formula<\/h1>\n

You can convert any text to lower, upper or proper cases in excel formula like below:<\/p>\n