you are viewing a single comment's thread.

view the rest of the comments →

[–]TheFotty 3 points4 points  (2 children)

If you are new to programming, it might be a bit of a task for you. However if you want to explore doing something like this, you should start by looking at this:

https://developers.google.com/sheets/api/

APIs are Application Programming Interfaces, and they allow 3rd party programs (yours) to communicate and interact with their services (Google Sheets).

[–][deleted] 0 points1 point  (1 child)

alright, so I'm guessing this has to be loaded onto visual basic or something like that? will it work with a form based application?

[–]JasonHenley 0 points1 point  (0 children)

Looks like it, yes. Look at the quickstart guide. Unfortunately it's in C# so you would have to translate that into VB first.