Thread: Include file
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
NewsNet NewsNet is offline
external usenet poster
 
Posts: 3
Default Include file

Guy,
You can make them Public and put in Personal.xls so they are available
whenever you open Excel.

NickHK

"Guy Normandeau" ...
I have several type definitions and variable declarations that I want to
reuse. Can I store these definitions in a file and include it in VBA like
you do with C?

include <stdio.h

I have several spreadsheets that reuse the definitions and I reguarly have
changes. Instead of creating /modifying spreadsheets all I would need to
do
is modify the include.

Thanks in advance for you help.

Guy Normandeau