I want to start the RowSource from the activecell (not the top of the list) on sheet Search Matches. I have tried the following but it does not work. How should I correct this?

N = Activecell.Row
    
MultiSearchForm.cmbMthFrom.RowSource = "Search Matches!DA" & N & ":DA93"
Paul