G
Guest
freig = cells(23,2)
freig.value = m
cells(23,2).value = m
I guess I have the syntax wrong i would expect that to produce the same
results
but freig = cells(23,2) just assignes the value of cell(23,2) to freig
Is there a way to assign an actual range to to that variable so that any
method that could be performed with cells(23,2) could be done with the
variable freig instead?
freig.value = m
cells(23,2).value = m
I guess I have the syntax wrong i would expect that to produce the same
results
but freig = cells(23,2) just assignes the value of cell(23,2) to freig
Is there a way to assign an actual range to to that variable so that any
method that could be performed with cells(23,2) could be done with the
variable freig instead?