View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default External Variable Declaration

excel forum boycot implemented.

keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


ehntd wrote:


Well... thatīll populate an Array with the Values of the globals...

What would need to happen, is that instead of an array being populated,
the declaration will be directly inserted into the first 3 lines of the
module. So it would change the information IN the program, rather than
storing it into an array. Itīs more like a copy from the txt and paste
into the first three lines of the module.