sub AddRow
ActiveSheet.ListObjects("[COLOR=#0000ff]Table1[/COLOR]").ListRows.Add AlwaysInsert:= True
end sub
With this macro you add a row to Table1.
I do not understand why you need the checkbox, could you explain it?
Code:sub AddRow ActiveSheet.ListObjects("[COLOR=#0000ff]Table1[/COLOR]").ListRows.Add AlwaysInsert:= True end sub