Tag: 电子邮件的

VBA对过滤的Excel进行截图,并在迭代中发送到每一行

我想在Excel中运行一个macros来循环遍历一些行,将filter应用到电子表格中,并用这个人的名字,截图,然后用截图发送一封电子邮件给那个人。 我目前的代码不会遍历一个范围(只有一个logging),并不会截图并插入到电子邮件。 将不胜感激此援助。 我目前的代码: Sub SendEmailtoEachResource_Click() ' Macro – Intended functionality ' For each person (resource) apply a filter to the 'Allocation' ' tab, and take a screenshot. Send an email with the screenshot ' to each person. Dim Resoucename As String Dim ResouceEmail As String 'Current State: Apply filter, and send 1 email to […]