I have an Excel spreadsheet comprised of 9 worksheets. I need to be able to save as a webpage and allow a number of individuals open the web page an keep it open. While open, the page needs to be refreshed frequently since the spreadsheet is updated constantly. I have tried adding the following:

<meta http-equiv="refresh" content="15">

but each time the the spreadsheet updated and saved as a webpage the file is over written thus no refresh code.

I have tried creating a webpage with a frame but when the page refreshes the frame does not, though F5 will refresh the page including the frame. Anyone have any idea on how to make this work?

Thanks