So, I am trying to accomplish something on a Google Doc Sheet that I have successfully done in VBA on excel. I have posted in a couple google forums and it seems as though they aren't very popular. In excel I bound a macro to ctrl+q and it was a simple macro that would open the find dialog box, then when you close the find box it moves the active cell 3 columns to the right.
example
application.dialogs(xldialogformulafind).show
activecell.offset(0,3).select
I CANNOT ACCOMPLISH THIS IN GOOGLE DOCS! Does anyone here have experience with google sheet scripts?
Bookmarks