Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / February 2007

Tip: Looking for answers? Try searching our database.

creating macro for copying the value from one cell

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ananthu - 02 Feb 2007 11:31 GMT
hi,

I m new to macro section. . If i m selecting a2 cell then the value will be
captured in
a3 cell r anyother cell i want. I want to know the function. plz guide me.
CLR - 02 Feb 2007 13:20 GMT
Try using the Macro Recorder........the following is a simple one that I
recorded to answer this post.......

Sub Macro1()
' Macro recorded 2/2/2007 by CRober
   Range("A2").Select
   Selection.Copy
   Range("a3").Select
   ActiveSheet.Paste
End Sub

Also, check out this link for help with macros, and post back if you have
more questions.

http://www.mcgimpsey.com/excel/index.html#usingvba

hth
Vaya con Dios,
Chuck, CABGx3

> hi,
>
> I m new to macro section. . If i m selecting a2 cell then the value will be
> captured in
> a3 cell r anyother cell i want. I want to know the function. plz guide me.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.