ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   input of selected cells equals content of another cell (https://www.excelbanter.com/excel-programming/422706-input-selected-cells-equals-content-another-cell.html)

al

input of selected cells equals content of another cell
 
Looking for a macro which would input the contents of cell N8 in my
range of selected cells
Pls help

Mike H

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


al

input of selected cells equals content of another cell
 
On Jan 20, 4:23 pm, Mike H wrote:
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


thxs


All times are GMT +1. The time now is 12:41 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com