Forum Discussion

Eggselling's avatar
Eggselling
Copper Contributor
Dec 31, 2022

Using Macros to add to a table

Keyboard Shortcut: Ctrl+y ' Dim ws As Worksheet Set ws = ActiveSheet Table_Name = InputBox("Table2") Dm tbl As ListObject Set tbl = ws.ListObjects(Table_Name) tbl.ListRows.Add Range(Selecti...

Resources