Spreadsheet VBA not working with same VBA code used in Excel

Spreadsheet VBA not working with same VBA code used in Excel

I uploaded my excel file to zoho and wanted to run the same file here. The problem is that it gave me errors regarding the vba file. The error was with "inputbox" function used in the VBA code. 

Now either zoho vba uses a different function for "inputbox" or i dont understand whats wrong.

The reason for the vba code was to get data from a public xml api to that spreadsheet.

So please help me out.