From 56dc40b0110a3f6618a478d5e63469c95e819b83 Mon Sep 17 00:00:00 2001 From: JunoWei <116798285+JunoWei@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:33:10 +0800 Subject: [PATCH] =?UTF-8?q?Visual=20Basic=20Excel=20=E6=95=99=E7=A8=8B=20-?= =?UTF-8?q?=20=E5=A6=82=E4=BD=95=E8=87=AA=E5=8A=A8=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E7=94=B5=E5=AD=90=E8=A1=A8=E6=A0=BC=E4=B8=AD=E7=9A=84=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../articles/automate-repetitive-tasks-in-excel-with-vba.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chinese/articles/automate-repetitive-tasks-in-excel-with-vba.md b/chinese/articles/automate-repetitive-tasks-in-excel-with-vba.md index ae8041002..759daf382 100644 --- a/chinese/articles/automate-repetitive-tasks-in-excel-with-vba.md +++ b/chinese/articles/automate-repetitive-tasks-in-excel-with-vba.md @@ -1,6 +1,6 @@ > - 原文地址:[Visual Basic Excel Tutorial – How to Automate Repetitive Tasks in a Spreadsheet](https://www.freecodecamp.org/news/automate-repetitive-tasks-in-excel-with-vba/) > - 原文作者:[Sander Vreeken](https://www.freecodecamp.org/news/author/sandervreeken/) -> - 译者: +> - 译者:JunoWei > - 校对者: ![Visual Basic Excel Tutorial – How to Automate Repetitive Tasks in a Spreadsheet](https://www.freecodecamp.org/news/content/images/size/w2000/2021/07/Thumbnail2.png) @@ -615,4 +615,4 @@ Note that we have also changed the order in which they originally come – now s Congratulations! You have now made yourself a template which you can easily populate with data, all using macros. -Thank you for reading :) If you have any questions about this tutorial or other VBA implementation, please don't hesitate to send me a direct message on Twitter so I can help you out. \ No newline at end of file +Thank you for reading :) If you have any questions about this tutorial or other VBA implementation, please don't hesitate to send me a direct message on Twitter so I can help you out.