Forum Discussion

MartyK's avatar
MartyK
Copper Contributor
Jul 14, 2019
Solved

=WEBSERVICE() Refresh

I've got a workbook with literally hundreds of cells (and growing) in multiple worksheets using =WEBSERVICE() to obtain data from an API.   When I open the workbook, the cells all show #VALUE.  Whe...
  • JKPieterse's avatar
    Jul 15, 2019
    I'd suggest either:
    - Do a global search and replace, search for = and replace with = (click options and select to search in workbook)
    - Add something to the cells which contain WEBSERVICE to make them recalculate each time, like =WEBSERVICE(...) + 0*NOW()

Resources