N_R_D
06-19-2005, 08:01 AM
I have a quick question...
is there a way to have a cell selected like
Range("F11").Select
take the number out of the cell and use it as a variable....
like
Dim CellVar as Integer
CellVar = Range("F11").Select
Soemthing like that....
is there a way to have a cell selected like
Range("F11").Select
take the number out of the cell and use it as a variable....
like
Dim CellVar as Integer
CellVar = Range("F11").Select
Soemthing like that....