I have tried that, and I get a Compiler error, Object Required with the Sub highlighted and the variable temp_jobID highlighted.
Private Sub btn_Review_Click()
Dim temp_jobID As String
Set temp_jobID = Me.ls_JobsToCommitInfo.Column(0, ls_JobsToCommitInfo.ItemsSelected)...