View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kurt kurt is offline
external usenet poster
 
Posts: 23
Default macro with external script.

Hi all

Insted of having the macro in the Excelfile; I would like to put it on
the network.
It is easyer to maintain this than that each workbook has to be revised
from time to time.

The function should be like this:
On opening an excel spreadsheet the open macro starts

on workbook open()
get a script from p:\script.txt
execute this script
end

Does anyone have a solution

Regards
Kurt