View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Datasort Datasort is offline
external usenet poster
 
Posts: 50
Default Referencing global values in one workbook from another

I am trying to reference a global constant called giTitleRows from one
workbook in another workbook

Something like:

iTitleRows = workbooks(€śWorkbook1€ť).module(€śModule1€ť).g iTitleRow

in a workbook that has a const definged in a module called module1

Is this possible?

Also .. how can you call a function from one workbook to another

iTemp = workbooks(€śWorkbook1€ť).module(€śModule1€ť).G etTotalRows

Thanks in advance,

Stewart Rogers