Forum Discussion
Jedwards1320
Aug 17, 2022Copper Contributor
Convert shorthand to longhand
Is it possible to type a single letter into a cell but it populates it with the actual word instead of having to write it in full? I.E. type 'C' but it populates it with 'Ceiling'
Thanks
Jedwards1320 You might use AutoCorrect, but that would affect all Office applications, so it's probably not desirable.
You might use VBA instead. See the attached sample workbook.
To view the code, right-click the sheet tab of Sheet2 and select 'View Code' from the context menu.