I have a script which has already selected a set of cells.
Now I want to set those cells to have a certain value, say 6.3201
why doesn't the following work?
set selected cells(6.3201);
I know how to select the cells and don't need help with that
I need help with how to take a group of selected cells and simple want to place a value in them
thanks