Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Newbie Question - Moving text from one cell to another

I just want to make a button that will take information from on
specific cell like v7 and move it to another specific cell like c2
This is probably really easy, bt i'm very new to this code thing. Than
you for any help

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Newbie Question - Moving text from one cell to another

put a button on the sheet from the forms toolbar and try this

Sub Button1_Click()
ActiveCell.Cut
Range("C2").Select
ActiveSheet.Paste
End Sub


The code will cut the text from the selected cell and paste it into C2


"Buritoking " wrote in message
...
I just want to make a button that will take information from one
specific cell like v7 and move it to another specific cell like c2.
This is probably really easy, bt i'm very new to this code thing. Thank
you for any help.


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Newbie Question - Moving text from one cell to another


-----Original Message-----
I just want to make a button that will take information

from one
specific cell like v7 and move it to another specific

cell like c2.
This is probably really easy, bt i'm very new to this

code thing. Thank
you for any help.


---
Message posted from http://www.ExcelForum.com/

.

In cell if you want the info in cell v7 to also appear in
cell c2 you should just put "=v7" in cell c2 and then
whatever is in v7 will be in c2. Hope this helps and
answers your question.
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Newbie Question - Moving text from one cell to another

the OP said:

move it to another specific cell


usually that means the data is not to appear in both locations.

--
Regards,
Tom Ogilvy

wrote in message
...

-----Original Message-----
I just want to make a button that will take information

from one
specific cell like v7 and move it to another specific

cell like c2.
This is probably really easy, bt i'm very new to this

code thing. Thank
you for any help.


---
Message posted from http://www.ExcelForum.com/

.

In cell if you want the info in cell v7 to also appear in
cell c2 you should just put "=v7" in cell c2 and then
whatever is in v7 will be in c2. Hope this helps and
answers your question.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Real Newbie newbie question Dave New Users to Excel 0 January 10th 07 07:55 PM
Help with Newbie question - Cell Reference [email protected] New Users to Excel 1 May 31st 06 02:43 AM
Newbie Cell Reference Question... UncleRemus New Users to Excel 2 October 30th 05 12:02 PM
Newbie Question: Returning the value from a cell on another sheet SmilingPolitely[_2_] Excel Programming 4 July 14th 04 01:23 PM
Newbie question on cell reference 2 Mfaces Excel Programming 5 December 9th 03 07:58 PM


All times are GMT +1. The time now is 07:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"