Thread: Global Common ?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MWE[_15_] MWE[_15_] is offline
external usenet poster
 
Posts: 1
Default Global Common ?

VBA provides ways to declare variables that are “known”:
within a given procedure
to all procedures in a module
to all procedures in a project

Is there a way to declare variables that are known to all ope
projects?

Thank

--
Message posted from http://www.ExcelForum.com