Thread
:
input of selected cells equals content of another cell
View Single Post
#
2
Posted to microsoft.public.excel.programming
Mike H
external usenet poster
Posts: 11,501
input of selected cells equals content of another cell
Try
Set rng = Selection
rng.Value = Range("N8").Value
Mike
"al" wrote:
Looking for a macro which would input the contents of cell N8 in my
range of selected cells
Pls help
Reply With Quote
Mike H
View Public Profile
Find all posts by Mike H