excel
2 TopicsExcel Makro Zellen fortlaufend einfügen
Hallo liebe Community, ich hätte folgende frage an euch ich habe ein Tabelle und möchte das ich mittels Makro eine Muster Zelle am ende der Tabelle einfügen kann beim ersten mal klappt es super die neue Zelle landet bei M beim nächsten mal landet sie allerdings wieder bei M ich hätte sie aber gerne bei N und so weiter. ich danke im voraus der code des Makros lautet : Sub Makro1() ' ' Makro1 Makro ' ' Sheets("Tabelle2").Select Columns("A:A").Select Selection.Copy Sheets("Tabelle1").Select Columns("M:M").Select ActiveSheet.Paste End SubBringing you the Day of Data, in partnership with NASA
We are excited to partner with NASA to launch the Day of Data, where you can explore how data powers our astronauts, our space missions, and our world. Attend live events with astronauts and rocket scientists, introduce your children to data using scaffolded lesson plans, try your hand at space-themed data challenges, and more! For more information about Day of Data, check out these Education and Excel blog posts.