I have been tasked with doing a database search of a list of part numbers some 3,300 items long. In order to search the database, I have to enter the part numbers in SQL code in the following format: ('number','number','number',......). I am hoping that there is some code that someone can suggest that will take the contents of each cell in a column, and put them together in that format in a single cell. It is my understanding that there is a capacity of 32,767 characters per cell in Excel 2010, so there should be enough room for my 3,300 cells of part numbers, which average 8 characters each.
Any help would be greatly appreciated.
Any help would be greatly appreciated.