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 / September 2005

Tip: Looking for answers? Try searching our database.

get and put value

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
!..:: Enang  ::..! - 23 Sep 2005 10:40 GMT
How do I get the value some colomn before (and after) ActiveCell.Value and
put in a cell

ex :
A1 = "UK"
B1 = "US"
C1 = "AU"
D1 = "ID"
E1 = "DE"

The activecell is C1, I want to get the value of colomn A,B,D,E and put in
(let say) AA,BB,DD,EE

thx
Bob Phillips - 23 Sep 2005 12:06 GMT
VBA?

Range("AA1").Value = Cells(Activecell.Row,"A").Value

etc.

Signature

HTH

Bob Phillips

> How do I get the value some colomn before (and after) ActiveCell.Value and
> put in a cell
[quoted text clipped - 10 lines]
>
> thx
!..:: Enang  ::..! - 24 Sep 2005 05:00 GMT
it work!
thank you :)

> VBA?
>
[quoted text clipped - 21 lines]
> >
> > thx
 
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.