Bolding Part Numbers using GREP
Hello everyone, I need to bold part numbers within a product listing. The supplied file has a tab at the start and then the part number and then an additional tab. The file also has additional columns/tabs so I need the GREP to only look at the first and second tab and bold everything between those. Their part numbers are not consistent in character count and can include letters, numbers, spaces and dashes. I am trying to get into this world of GREP but I need help. Thank you.
