![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
Question:
Is there a formula or a macro to move the text of a cell to another cell? Thanks in advance |
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Perth Australia
Posts: 1,567
|
Hi
If you have text in A1 which you want in A2, nothing you do in A1 can send it to A2. But in cell A2 you can put this formula =A1 In code you can try this Range("A2").Value = Range("A1").Value hope this helps regards Derek |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|