Populate a collistbox from the clipboard
I am looking for a way to populate a collistbox from a list of columns in the clipboard. I tried the getclipboard() command but since the list that is returned isn't a list of columns names this approach fails. For background, I am copying a list of column names out of one datatable (the names are listed in the rows) and using the copied list of column names as the input for an analysis in anothe...