Hello
I am fairly new to VBA and i am looking to create a tabel without having someone enter duplicate records over and over by hitting the AddReturn button over and over. below is what i am using for the command button. Any Idead what i should add to stop this?
Private Sub AddReturn_Click()
ActiveSheet.ListObjects("Returns").ListRows.Add
ModifyTableRow ExpensesTable.ListRows(ReturnsTable.ListRows.Count).Range
UpdatePositionCaption
End Sub
I am fairly new to VBA and i am looking to create a tabel without having someone enter duplicate records over and over by hitting the AddReturn button over and over. below is what i am using for the command button. Any Idead what i should add to stop this?
Private Sub AddReturn_Click()
ActiveSheet.ListObjects("Returns").ListRows.Add
ModifyTableRow ExpensesTable.ListRows(ReturnsTable.ListRows.Count).Range
UpdatePositionCaption
End Sub