aragon123321
New Member
- Joined
- Jul 6, 2015
- Messages
- 26
Does anyone know why this does not work?
I want to set i and x as values that are entered into a cell.
I then want to use i and x in the formula for calculating another cell.
If anyone knows anything it will help out a bunch, thank you.
Dim i As Integer
Dim x As Integer
i = Range(Y8).Value
x = Range(Y9).Value
Range(Y10).Value = i * x
I want to set i and x as values that are entered into a cell.
I then want to use i and x in the formula for calculating another cell.
If anyone knows anything it will help out a bunch, thank you.
Dim i As Integer
Dim x As Integer
i = Range(Y8).Value
x = Range(Y9).Value
Range(Y10).Value = i * x