On my userform, I have six option buttons and three textboxes. When I run this code I get the following runtime error '91.
Option Explicit
Dim sPath As String, sFile As String
Dim wb As Workbook
Dim ws As Worksheet
Dim rng As Range
Private Sub cmdbtnOpen_Click()
sPath =...