Top "Automation" questions

Automation is the process of having a computer do a repetitive task or a task that requires great precision or multiple steps, without requiring human intervention.

Excel VBA Open workbook, perform actions, save as, close

This question has been edited due to lengthy comments and updates from proposed answers. As requested here is module 13; Sub …

vba excel automation userform
Sending email from Command-line via outlook without having to click send

I need to send email via command-line without any human interactions for automation. I know we can use mailto command …

command-line automation outlook
How to get the range of occupied cells in excel sheet

I use C# to automate an excel file. I was able to get the workbook and the sheets it contains. …

c# excel automation
Clicking submit button of an HTML form by a Javascript code

I don't know much about WEB probramming, so feel free to ask if I'm missing any details. There is a …

javascript button automation click submit
Schedule automatic daily upload with FileZilla

I would like to use FileZilla to automatically upload PDFs to my GoDaddy hosted site daily, replacing the previous day's …

automation upload sftp ftp-client filezilla
Upload file to SFTP using PowerShell

We were asked to set up an automated upload from one of our servers to an SFTP site. There will …

powershell automation upload sftp winscp
How to Automatically Start a Download in PHP?

What code do you need to add in PHP to automatically have the browser download a file to the local …

php automation download
How to use Selenium with Python?

How do I set up Selenium to work with Python? I just want to write/export scripts in Python, and …

python selenium selenium-webdriver automation
IE9, Automation server can't create object error while using CertEnroll.dll

In my web page, a JS block like this: var classFactory = new ActiveXObject("X509Enrollment.CX509EnrollmentWebClassFactory"); // Other initialize CertEnroll …

automation internet-explorer-9 x509certificate activexobject
Automatic confirmation of deletion in powershell

I'm running the following command: get-childitem C:\temp\ -exclude *.svn-base,".svn" -recurse | foreach ($_) {remove-item $_.fullname} Which prompts me very frequently …

scripting powershell windows-vista automation