Automating the Process of Exporting MetaTrader 4 Client Accounts from Excel to MQ4 Code

 

Hi guys, how are you?

I have an Excel spreadsheet that I use to register account numbers for MetaTrader 4 clients. I need to automate the process of sending these accounts to the EA code, as every time a client asks to register an account, I have to do it in Excel. In Excel, there’s a formula that already takes all the client accounts and puts a comma between them. I copy this cell with all the accounts, paste it into my code in the Meta Editor, and compile the robot so that the client can download it. How can I automate this process so that Excel exports the accounts directly to the MQ4 code? And when compiling, the accounts are already registered in the EX4 code.

What ways do you think are easier to automate all of this?