Forum Discussion
anniethoang
Aug 01, 2023Copper Contributor
Automatic content fill-in in a new column
Hi - I need help categorizing content/ auto-fill from the column A to column B. For example, all the cells in column A with "Argentina" automatically abbreviates to "AR" in corresponding row in colum...
anniethoang
Aug 02, 2023Copper Contributor
Where would I fill in code in on Excel?
OliverScheurich
Aug 02, 2023Gold Contributor
In the worksheet you can press the keys ALT+F11 to open the VBA Editor. Then select Insert -> Module to open a new module. Now you can paste the suggested code in the module. Then you have to save the workbook as a macro-enabled workbook in order to save the code.