Hello,
I have some hyperlinks in an Excel document that refer to other locations in the same document. I have figured out how to create a macro button using VBA that goes to another tab, but I am having difficulty creating a macro button that will simply scroll down "X" number of rows. My understanding is that to do this in Excel, one uses the GoTo function, which is not supported in Zoho. Is there a workaround for this? I have tried the following