Hello,
I have several entries in a textbox and would like them to display on the worksheet in multiple rows as many entries long in the same column. Also,for the most accurate results, I'm not sure how I should seperate the data within the textbox either by commas or have each entry on seperate line. This is a partial execerpt from my macro:
Private Sub Item_Click()
Dim iRow As Long
Dim ws As Worksheet
Set ws...