PC Review


Reply
Thread Tools Rate Thread

assign value to cell on different sheet

 
 
ranswert
Guest
Posts: n/a
 
      16th Jan 2008
How do I write a code to assign a value to a cell on a different sheet?
Thanks
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      16th Jan 2008
worksheets("someothersheetnamehere").range("a1").value = 1234

or

worksheets("someothersheetnamehere").range("a1").value _
= activesheet.range("b99").value

ranswert wrote:
>
> How do I write a code to assign a value to a cell on a different sheet?
> Thanks


--

Dave Peterson
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Assign Color to a Cell based on another Cell on a diff Sheet VROSARIO7 Microsoft Excel Worksheet Functions 1 6th Jul 2009 08:48 PM
Generate sheet names from list, assign data to summary sheet. Jason.Alden.Benoit@gmail.com Microsoft Excel Programming 4 20th Jun 2007 09:17 PM
How do i assign cell A1 to show the current cursor cell in Excel? =?Utf-8?B?T0I=?= Microsoft Excel Misc 2 11th Oct 2006 04:02 PM
Lookup numbers in sheet and assign it's cell reference dgraham Microsoft Excel Misc 10 7th Apr 2006 02:16 AM
Assign values to a cell in sheet A, from worksheet_change event of sheet B Arif Khan Microsoft Excel Programming 1 4th May 2004 04:51 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:55 PM.