I have a cell (well, there's a bunch, but I'm just looking at just one) name "classes " is. This is "C10" by Excel's grid notation
range ("C10") = "value"
but when reference to my code cell
Then if I use
it does not do anything only
What is the correct way of referring a designated cell to its name?
You replace the address with the named category name:
Range ("Classes") = "Value"
No comments:
Post a Comment