Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Um arquivo do Excel com macros do Visual Basic for Applications (VBA) é considerado compatível se todas as APIs usadas nas macros tiverem um equivalente direto no Apps Script. Se as macros não forem totalmente compatíveis, talvez seja possível aplicar soluções alternativas ou ajustar o código para que elas funcionem com o Apps Script.
Use o relatório de compatibilidade do Macro Converter para determinar se é possível converter automaticamente os arquivos como estão ou se é necessário fazer ajustes no código.
Quando você gera um relatório de compatibilidade, um dos seguintes status é aplicado a cada um dos seus arquivos e APIs:
Status
Definição
Ajudam exatamente
Esses arquivos contêm APIs que têm equivalentes diretos no Apps
Script.
Compatível com soluções alternativas
Esses arquivos contêm pelo menos uma API que pode ser compatível com uma
solução alternativa.
Precisa de mais investigação
Esses arquivos contêm pelo menos uma API que você precisa analisar para
determinar como proceder. Por exemplo, talvez não haja uma API equivalente ou o conversor de macros não tenha determinado a API em uso.
No painel lateral à direita, clique no complemento Macro Converter .
Se o painel lateral não aparecer, clique em Mostrar painel lateral chevron_left no canto inferior direito.
Clique em Adicionar arquivos e pastas. O Macro Converter só reconhece arquivos do Excel.
Escolha os arquivos ou pastas que você quer analisar e clique em Selecionar. Selecione menos de 2.000 arquivos por vez.
Para mudar o local em que o relatório de compatibilidade é salvo, clique em Mudar pasta de destino edit e selecione a pasta desejada. Caso contrário, ele será salvo na pasta "Meu Drive".
Clique em Gerar relatórios.
Quando a análise for concluída, clique em Ver relatório.
Analisar o relatório de compatibilidade
Use os detalhes no relatório de compatibilidade para decidir como proceder com a conversão de arquivos. Seu relatório inclui as seguintes seções:
Resumo: esta página oferece uma análise agregada da compatibilidade de todos os arquivos enviados e das APIs deles.
Arquivos – compatibilidade: esta planilha lista todos os arquivos enviados ao Macro Converter com o status de compatibilidade e os detalhes de cada um.
Arquivos: análise detalhada: esta página fornece mais informações sobre as APIs em um arquivo e as ações que você pode realizar para converter cada API com sucesso. Primeiro, no menu suspenso da parte de cima, selecione um arquivo. Em seguida, no menu suspenso da parte de baixo, selecione um status.
Também é possível analisar o relatório API por API usando as planilhas chamadas APIs to investigate e APIs with workarounds.
Você precisa escrever código para substituir pelo menos uma API VBA pela
API Apps Script equivalente. Em geral, você pode prosseguir com a conversão.
É possível substituir manualmente as APIs do VBA marcadas como Suportadas com soluções alternativas antes ou depois de converter o arquivo. Recomendamos que você faça as mudanças com antecedência.
Precisa de mais investigação
Não é possível converter pelo menos uma API. Dependendo da importância dessa API no seu código, talvez não seja possível converter o arquivo.
Alguém que entende o código VBA original precisa fazer a avaliação final.
Se você decidir converter o arquivo, precisará escrever um código para substituir
pelo menos uma API do VBA pelo Apps Script. É possível substituir manualmente as APIs do VBA marcadas como Precisa de investigação antes ou depois de converter o arquivo. Recomendamos que você faça as mudanças com antecedência.
[null,null,["Última atualização 2025-08-31 UTC."],[[["\u003cp\u003eVBA macros with direct Apps Script equivalents are considered compatible and can be automatically converted using the Macro Converter add-on.\u003c/p\u003e\n"],["\u003cp\u003eThe Macro Converter's compatibility report identifies files as "Supported exactly", "Supported with workarounds", or "Needs more investigation", guiding your conversion strategy.\u003c/p\u003e\n"],["\u003cp\u003eFor files needing workarounds or further investigation, manual code adjustments may be necessary before or after conversion using equivalent Apps Script APIs.\u003c/p\u003e\n"],["\u003cp\u003eThe compatibility report provides detailed analysis at the file and API level to help assess conversion feasibility and required actions.\u003c/p\u003e\n"],["\u003cp\u003eAfter reviewing the report, proceed with file conversion, addressing potential issues as outlined in the documentation.\u003c/p\u003e\n"]]],[],null,["# Determine if VBA macros are compatible\n\nAn Excel file with Visual Basic for Applications (VBA) macros is considered\ncompatible if all APIs used in the macros have a direct equivalent in Apps\nScript. If your macros aren't fully compatible, you might be able to apply\nworkarounds or adjust the code to make them work with Apps Script.\n\nUse the Macro Converter's compatibility report to determine if you can\nautomatically convert your files as-is or if you need to make adjustments to\nyour code.\n\nWhen you generate a compatibility report, one of the following statuses is\napplied to each of your files and APIs:\n\n| Status | Definition |\n|--------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **Supported exactly** | These files contain APIs that all have direct equivalents in Apps Script. |\n| **Supported with workarounds** | These files contain at least one API that can be supported with a workaround. |\n| **Needs more investigation** | These files contain at least one API that you need to review to determine how to proceed. For instance, there might not be an equivalent API, or the Macro Converter might not have determined the API in use. |\n\nGenerate a compatibility report\n-------------------------------\n\n1. On your computer, open [Google Drive](https://drive.google.com/drive/my-drive).\n2. On the right side panel, click the Macro Converter add-on . If you don't see the side panel, at the bottom right, click Show side panel chevron_left.\n3. Click **Add files and folders**. The Macro Converter only recognizes Excel files.\n4. Choose the files or folders you want to analyze and click **Select**. Select fewer than 2,000 files at a time.\n5. To change where your compatibility report is saved, click Change destination folder edit, and select the folder you want. Otherwise, it's saved in your MyDrive folder.\n6. Click **Generate report**.\n7. When the analysis completes, click **View report**.\n\nReview the compatibility report\n-------------------------------\n\nUse the details in the compatibility report to help you decide how to proceed\nwith your file conversion. Your report includes the following sections:\n\n- **Summary**: This sheet gives an aggregated analysis of the compatibility of all submitted files and their APIs.\n- **Files - compatibility**: This sheet lists every file submitted to the Macro Converter with the compatibility status and details of each file.\n- **Files - detailed analysis**: This sheet gives more information about the\n APIs within a file and what actions you can take to successfully convert each\n API. First, from the top dropdown menu, select a file. Then, from the bottom\n dropdown menu, select a status.\n\n | **Note:** If multiple files have the same name, next to the file names, use the unique identifiers to tell the difference between them. You can open the files in Drive and look for the unique identifiers in the URLs: `https://drive.google.com/file/d/\u003cfile_identifier\u003e/view`.\n\nYou can also review the report on an API-by-API basis using the sheets called\n**APIs to investigate** and **APIs with workarounds**.\n\nDetermine how to proceed\n------------------------\n\nHere's what we recommend for each status:\n\n| Status | Recommendation |\n|--------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **Supported exactly** | The same logic from your VBA APIs will be replicable in Apps Script. [Proceed with the conversion](/apps-script/guides/macro-converter/convert-files). |\n| **Supported with workarounds** | You need to write code to replace at least one VBA API with the equivalent Apps Script API. In general, you can proceed with the conversion. You can manually replace the VBA APIs marked as *Supported with workarounds* either before or after you convert the file. We recommend that you [make your changes beforehand](/apps-script/guides/macro-converter/convert-files#modify_incompatible_vba_apis). |\n| **Needs more investigation** | At least one API can't be converted. Depending on the importance of that API in your code, you might not be able to convert the file. Someone who understands the original VBA code should do the final evaluation. \u003cbr /\u003e If you decide to convert your file, you need to write code to replace at least one VBA API with Apps Script. You can manually replace the VBA APIs marked as *Needs investigation* either before or after you convert the file. We recommend that you [make your changes beforehand](/apps-script/guides/macro-converter/convert-files#modify_incompatible_vba_apis). |\n\nAfter you assess your compatibility report, see [Convert VBA macros to Apps\nScript](/apps-script/guides/macro-converter/convert-files).\n\nRelated articles\n----------------\n\n- [Macro Converter add-on overview](/apps-script/guides/macro-converter/overview)\n- [Convert VBA macros to Apps Script](/apps-script/guides/macro-converter/convert-files)\n- [Fix errors in your converted code](/apps-script/guides/macro-converter/fix-conversion-errors)\n- [Address common issues](/apps-script/guides/macro-converter/address-conversion-issues)\n- [Watch Macro Converter tutorials](/apps-script/guides/macro-converter/tutorials)\n- [List of compatible VBA APIs](/apps-script/guides/macro-converter/compatible-vba-apis)"]]