Poll Results
Please login to vote and see the results.
Participate in Poll, Choose Your Answer.
Hello, For my house, I need an an easier fence to install I am planning to build a new fence. which should you choose wood or vinyl? Thank you very much
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.
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.
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.
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
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.
Hi, The problem is solved by deleting the screeens from global screens. thanks for everyone
Please login to vote and see the results.
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
Hello, My cat is pawing at my face, especially when I am sleeping. Sometimes it’s funny, but sometimes it uses her claws and accidentally hurt me and wake me up. Any idea to change its behaviour? Thank you!
Please login to vote and see the results.
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
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
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 lessThis website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.
If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.
This website uses Google Analytics to collect anonymous information such as the number of visitors to the site, and the most popular pages.
Keeping this cookie enabled helps us to improve our website.
Please enable Strictly Necessary Cookies first so that we can save your preferences!
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-67643d7b1fd1e282094774/]
To test the code, call this code using a buton:
[crayon-67643d7b1fd22558535162/]
Test:
I hope this will help you.
Good luck!
See less