# Recreate an Excell with advanced macros

**URL:** https://community.glideapps.com/t/recreate-an-excell-with-advanced-macros/21498
**Category:** Ask for Help
**Created:** [January 21, 2021, 8:12am UTC](https://community.glideapps.com/t/recreate-an-excell-with-advanced-macros/21498 "2021-01-21T08:12:57Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mrdobelina](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mrdobelina/32/2308_2.png) [@mrdobelina](https://community.glideapps.com/u/mrdobelina)
#### Post date: [January 21, 2021, 8:12am UTC](https://community.glideapps.com/t/recreate-an-excell-with-advanced-macros/21498/1 "2021-01-21T08:12:57Z")

</div>

Hello,

A client asked me to turn his Excell into an app.

The app itself would be pretty easy, with a login for pre-registered users and a simple interface where to select some data from dropdowns and geolocation, that will give results based on a number of information in the Excell sheets.

Those results, however, are given through advanced macros inside the Excell, which is the point of my concern about actually building this app.

There is a way to import the Excell with all the macros and make the app working as the Excell file?

I might also consider hiring someone to build it.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [January 21, 2021, 8:19am UTC](https://community.glideapps.com/t/recreate-an-excell-with-advanced-macros/21498/2 "2021-01-21T08:19:31Z")

</div>

You’d have to have to convert the Excel file to a Google Sheet, and then reimplement the Excel macro functions using Google Apps Script. Depending on how complex the macros are, this could be either a trivial or non-trivial exercise.

I’ve just been through this process myself, and it wasn’t too painful 🙂

---

<div class="post-metadata">

### Author: ![gvalero](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gvalero/32/1037_2.png) [@gvalero](https://community.glideapps.com/u/gvalero)
#### Post date: [January 21, 2021, 12:34pm UTC](https://community.glideapps.com/t/recreate-an-excell-with-advanced-macros/21498/3 "2021-01-21T12:34:32Z")

</div>

Hola,

Google Sheet has also Macros and has a tool to record Macros too, very similar to Excel (being honest… Google copied this feature from Microsoft).

If you know Excel and have worked with its Macros, doing with GS is almost the same but of course, the functions are different!

Saludos!

---

<div class="post-metadata">

### Author: ![ThatGuyInArizona](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thatguyinarizona/32/12472_2.png) [@ThatGuyInArizona](https://community.glideapps.com/u/ThatGuyInArizona)
#### Post date: [January 21, 2021, 9:03pm UTC](https://community.glideapps.com/t/recreate-an-excell-with-advanced-macros/21498/4 "2021-01-21T21:03:17Z")

</div>

This tool may help convert the Excel vba to Google Script…[https://workspace.google.com/marketplace/app/macro\_converter/383201976440](https://workspace.google.com/marketplace/app/macro_converter/383201976440)
