Skip links

Convert Excel macros to Office scripts

Your specialist for Excel macro migration

If you have recently migrated to SharePoint Online and now realise that your Excel macros no longer work, we can help you with the migration.

Would you prefer to migrate yourself? Then take a look at our Office Scripts Training to.

Excel Macro Migration

Our process for migration

It's that simple!
1
Free initial consultation

In a non-binding initial consultation, we discuss the details and scope of the migration and prepare a cost estimate on this basis

2
Transmission of data

As a rule, we do not need access to your system. Send us a copy of the Excel files with the macros via our secure transfer service.
We then start with the migration.

3
Successful migration

We migrate your Excel macros to Office scripts and then thoroughly test the automation.

Within a few working days, you will receive the migrated data back together with a test log.

function main(workbook: ExcelScript.Workbook) {
    let worksheet = workbook.getActiveWorksheet();
    
    worksheet.getRange("A1").setValue("Hello world!");

    let easterEggTrigger = worksheet.getRange("A2").getText();
    if (easterEggTrigger === "Show me the Easter egg") {
        // Reveal the Easter egg in cell A3
        worksheet.getRange("A3").setValue("Congratulations! You've found the Easter egg 🥚🎉");
    }
}

Our guarantee of success

We migrate your Excel macros to Office Scripts, risk-free for you. You only pay once the scripts have been successfully migrated.

Cost-efficient

Quality assured

Guaranteed success

Free of charge Initial consultation

Please contact us by e-mail or telephone and we will arrange a personal appointment.

info@novalutions.de

0221 - 42317679

Portrait of Jérémie Constant, co-founder of Novalutions.
Your contact for the migration of Excel macros - Jérémie Constant