Sorry, you do not have permission to send message.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

  • Ask questions get answers!

    We want to connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge. All that you need is create an account. Join our community. Create your feed, follow your desired categories and users and keep updated.Besides gaining reputation with your questions and answers, you receive badges for being especially helpful. Badges appear on your profile page, questions & answers.Use your eared points to cread freely sticky questions and get answers rapidly.

Share & grow the world's knowledge!

We want to connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge.

What's your question?

Quereact Latest Questions

Hello, I have an excel file that is updated automatically from some websites. This files contains products prices. I want to send automatically  an email when the price drop under a value. Is there a way How to send email using VBA Excel?How to Send Email in Excel Using VBA? Thanks for your help

  1. This answer was edited.

    Hello,   You need to give access Outlook with VBA, you need to activate the Microsoft Outlook Object Library. To activate it, go to Tools in the VBA editor > References. Activate Microsoft Outlook 16.0 Object Library :     Then in a module use this subroutine: Sub sendAnEmail(ByRefRead more

    Hello,

     

    You need to give access Outlook with VBA, you need to activate the Microsoft Outlook Object Library.

    To activate it, go to Tools in the VBA editor > References.

    Activate Microsoft Outlook 16.0 Object Library :

     

     

    Then in a module use this subroutine:
    [crayon-6764525002ac2722368622/]
     

    To test the code, call this code using a buton:
    [crayon-6764525002ac6322254608/]
    Test:

    I hope this will help you.

    Good luck!

    See less
0
0
Be the first one react

Hello, Please can you tell me how to disable the popup which show system alarm. It appear when an alarm is triggered (door open, emergency stop…). The project is developped using Tia portal V17. It shows up brefielly and disappear. It’s really annoying. Thank you.

  1. Hi, The problem is solved by deleting the screeens from global screens. thanks for everyone

    Hi,

    The problem is solved by deleting the screeens from global screens.

    thanks for everyone

    See less
0
1
Like2 Users
2 Users

Poll Results

Please login to vote and see the results.

Participate in Poll, Choose Your Answer.

Hi everyone, I will welcome a dog into my familly and I need to choose a name for him before he arrives. To be easier for him to learn, the name should be as short as possible. I got some names and have to decide among the list in below. Please help me with your vote to choose a name. Thanks

1
0
HahaLike2 Users
2 Users

Poll Results

Please login to vote and see the results.

Participate in Poll, Choose Your Answer.

Hi, I am a plc programmer and I want to learn industrial robots programming. Please tell me which robot I start to learn first. thanks

0
0
Like1 User
1 User

Hi, What is the difference between P_TRING and |P| ladder instruction. and why I should affect a tag below the two instructions? Thanks for replies

  1. Hi, use P_TRIG to monitior everything in the left of this instruction. It turns to ON for one scan when the entire set of logic to the left goes from off to on use -|P| to monitor a single tag. it turns on one scan when the tag goes from off to on. Best regards

    Hi,

    use P_TRIG to monitior everything in the left of this instruction. It turns to ON for one scan when the entire set of logic to the left goes from off to on
    use -|P| to monitor a single tag. it turns on one scan when the tag goes from off to on.

    Best regards

    See less
1
0
HahaLike2 Users
2 Users