![]() |
read from 1 cell read to and other using vba
hi
how can i read from one cell and the write the result to another cell using vba best regards Henrik |
read from 1 cell read to and other using vba
one way:
Range("A1").Copy Destination:=Range("B1") If you only want to write the value: Range("B1").Value = Range("A1").Value avoids the clipboard. In article , "Henrik" wrote: hi how can i read from one cell and the write the result to another cell using vba best regards Henrik |
All times are GMT +1. The time now is 08:22 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com