I have a worksheet with around 3,000 rows. One of these columns contains ethnicity data but it is in numeric format, rather than text format, e.g.:
- 1 = American Indian or Alaskan Native
- 2 = Asian, Asian American, or Pacific Islander
- 3 = African American or Black
- 4 = Mexican or Mexican American
I'd like to write a module in VBA that uses a Select Case (or...?) to swap out the values in this column from the integer to text. Can someone show me how to accomplish this?