View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
bteddy bteddy is offline
external usenet poster
 
Posts: 1
Default Excel cell formulas and VBA

Hello,
On a worksheet, in a cell, with in a formula I need to reference a global
variable set in a vba modual.

Example: = (a1+z13)*2.537/myvar

How is this done? What is the proper term for this? I tried searching on the
net, but found nothing.

Thank you for your time.