We could make it easier on our users if we improved the Move Data > Move Variables to New Position QScript, particularly when selecting where to move the variables. Currently, users are presented a dropdown of all of the variables in the project to determine where the selected variables should be moved after. See screenshot. We could make this easier in at least a couple of ways: Users can currently start typing the name of the variable where they want to move things after, however, it doesn't allow dynamic typing to find the variable name. Instead, it only picks up the "last" letter entered. For example, I started typing "Preferred", but the dropdown jumps to the first "R" variable as I continue typing. Allow users to enter a row number for where they want to move the variable(s). For example, allow them to enter "51" if they want to move the variable to just after 51.