F
Frank Kabel
Hi
dim rng as range
set rng=activesheet.range("A1")
msgbox rng.value
dim rng as range
set rng=activesheet.range("A1")
msgbox rng.value
Debra said:You can name a cell, then use that name in a formula. For example:
In cell C2, type: .07
Select cell C2
Click in the Name Box, to the left of the formula bar
Type: GST
Press the Enter key, to complete the naming
In cell C5, type: 100
In cell C6, type: =C5*GST
Press the Enter key, to see the result.