English 中文(简体)
我是这方面的新鲜人物。 我正试图在“Excel”增列一个新项目时,把电子邮件送给一些前景看好的人。
原标题:I am VERY new to this. I am trying to set it up where whenever a new line item is added to Excel it sends an email to a group of people in outlook

我尝试了查谟和克什米尔民主运动,但没有采取重大步骤。 我是这个新月,我公司信息技术部门不能协助我,因为它不是公司申请。 在ChatGPT中,它说使用VBA,但我不熟悉这个语言,因为我是一位专业的生物学家,略高于基本Excel知识。 PLEASE HELP。

我在Excel使用VBA方案。 我不理解我本应填满的东西。 我观看了YouTube录像,读了文章。 我再次尝试了查塔戈。 我不理解。 这里是他们给我的关于查谟和克什米尔问题:

  1. <>Create a Macro: 在电子表格中添加一个新项目时,撰写了一种VBA宏观方法。 这一宏观应包括发出电子邮件的守则。 您可使用<代码>Workbook_SheetChange活动,以便在工作单发生变化时启动宏观活动。

    Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
          Define your conditions for triggering the email
        If Target.Column = [Column Number] And Target.Row > [Starting Row] Then
              Call the function to send email
            SendEmail
        End If
    End Sub
    
    Sub SendEmail()
          Add your code to send email here
          This could involve creating an instance of Outlook and sending an email
    End Sub
    

    将<代码>[Column number]和[start Row]替换为添加新项目的适当栏目和编号。

  2. : 如果你重新利用《展望》发送电子邮件,确保《展望》在你的系统中适当配置。

  3. <>可调取的Macros: In Excel, go to File >Options >Trust Center Settings >Macro Settings,并根据你的安保要求选择“使所有宏观产品”或“本届会议的可用宏观”。

  4. <> 试验<>:> 测试宏观,以确保其发挥预期的作用。 你可以通过在规定的栏目和行文中增加一个新项目来人工启动。

  5. www.un.org/spanish/ecosoc Error Handling: 在处理电子邮件发送过程中可能出现的任何问题时,在《万国邮局法典》中添加错误。

  6. Security: Keep in mind that enabling macros can pose security risks. Ensure that you understand the implications and only enable macros from trusted sources.

• 注意节省你的Excel工作手册,将其作为一份宏观可行的工作手册(xlsm),以保留巴西律师协会的法典。

我不理解这一点。

问题回答
  1. Ok,如果你在Excel没有“开发商”菜单,首先要做的是使“开发商”菜单能够发挥作用:

  2. 现在,你需要向视觉基本编辑介绍微软展望:

  3. 现在改为视觉基本编辑

  4. 现在,你们需要保存视频基本文字,并关闭视像基本编辑:

现在,你在一栏中添加一些内容。 表格中的一份将作为电子邮件发送。

您也许必须编辑《出生证手册》,以便有权:

  • email addresses
  • body message
  • subject




相关问题
import of excel in SQL imports NULL lines

I have a stored procedure that imports differently formatted workbooks into a database table, does work on them then drops the table. Here is the populating query. SELECT IDENTITY(INT,1,1) AS ID ...

Connecting to Oracle 10g with ODBC from Excel VBA

The following code works. the connection opens fine but recordset.recordCount always returns -1 when there is data in the table. ANd If I try to call any methods/properties on recordset it crashes ...

Excel date to Unix timestamp

Does anyone know how to convert an Excel date to a correct Unix timestamp?

C# GemBox Excel Import Error

I am trying to import an excel file into a data table using GemBox and I keep getting this error: Invalid data value when extracting to DataTable at SourceRowIndex: 1, and SourceColumnIndex: 1. As ...

Importing from excel "applications" using SSIS

I am looking for any tips or resources on importing from excel into a SQL database, but specifically when the information is NOT in column and row format. I am currently doing some pre-development ...

热门标签