This time something different. We will go back to the math lessons. In this article I will show You 5 ways of how to create factorial function in VBA.
Continue reading “How to create factorial function in VBA?”Posts
How to destroy Scripting Dictionary?
I love dictionaries! This is amazing object to create magical list of anything and to find any in just a second! But after they are not in use anymore, how to set them to nothing? How to destroy Scripting Dictionary?
Continue reading “How to destroy Scripting Dictionary?”Google Chrome automation with Selenium Basic
In my previous article I showed You how to scrap websites using good old buddy Internet Explorer. It is ok, but in case of more complex Java Script frontend sites our good old buddy might be not enough. In this post I will show You what You need to do to create web automation using Chrome with Selenium Basic.
Continue reading “Google Chrome automation with Selenium Basic”Web automation using Internet Explorer
Do You want to have the same automation in web as in your Excel or SAP? In todays article I’m going to show You how to create web automation using good old buddy Internet Explorer.
Continue reading “Web automation using Internet Explorer”Add signature to your automated emails
Tired of issues connected with email automation in Outlook application? Here is another one! In todays article we are going to get rid of it and learn how to add signature to your automated emails.
Continue reading “Add signature to your automated emails”Send Word document as email body
I already explained how to send emails automatically, but didn’t really focus on the content of the email. That is probably biggest problem of this method followers. In this article I’m going to show You how to cope with such issue and send Word document as email body.
Continue reading “Send Word document as email body”