Thread: Include file
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Guy Normandeau Guy Normandeau is offline
external usenet poster
 
Posts: 29
Default Include file

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