View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default populate a cell with an external workbook referance

Kelly wrote:
.
Hi again, Question.. If I use the INDIRECT.EXE function

and create a template. Then I place this template on a
shared drive. And many people access it that do not have
the add-on downloaded. Will it still work for them?

So if they doubleclick on the template and look at the
created xls file will the indirect function exisit on that
file or would they need to have downloaded the add-on as
well so that it can be referenced?

Kelly


They have to install the Add-in on their local machines. Otherwise the
function INDIRECT.EXT won't be recognized

Frank