Variables in VBA

K

kurt

Hi

In Excel it is posible to make some variables by using the expression

Application.names.add ("variablename") , data

It is posible to investigate the contens og this value by using

Evaluate(Application.Names("variablename").Value)

How do I do this in Word 2000

regards

Kurt
 
Top