Forum Discussion
MartyK
Jul 14, 2019Copper Contributor
=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...
- Jul 15, 2019I'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()
MartyK
Jul 15, 2019Copper Contributor
Jan Karel --- I asked for an elegant solution --- global search and replace "=" with "=" certainly qualifies!!
Thanks much for the great suggestion.
JKPieterse
Jul 15, 2019Silver Contributor
Excellent, glad you like the suggestion :-)