#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default macro help

Hi I want to setup a macro that will send information from Sheet2 cell A5 to
Sheet1 cell B4.

Can anyone please help with the formula required to send the reqd info?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 179
Default macro help

Sub SendInfo()

Sheet1.Range("B4").value= Sheet2.Range("A5").value

end sub

you can also use link: Enter =Sheet2!A5 into Sheet1 cell B4

"squiggle" wrote:

Hi I want to setup a macro that will send information from Sheet2 cell A5 to
Sheet1 cell B4.

Can anyone please help with the formula required to send the reqd info?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default macro help

Good!!!

"Muhammed Rafeek M" wrote:

Sub SendInfo()

Sheet1.Range("B4").value= Sheet2.Range("A5").value

end sub

you can also use link: Enter =Sheet2!A5 into Sheet1 cell B4

"squiggle" wrote:

Hi I want to setup a macro that will send information from Sheet2 cell A5 to
Sheet1 cell B4.

Can anyone please help with the formula required to send the reqd info?

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
error when running cut & paste macro Otto Moehrbach Excel Worksheet Functions 4 August 9th 06 01:49 PM
Compiling macro based on cell values simonsmith Excel Discussion (Misc queries) 1 May 16th 06 08:31 PM
Search, Copy, Paste Macro in Excel [email protected] Excel Worksheet Functions 0 January 3rd 06 06:51 PM
Closing File Error jcliquidtension Excel Discussion (Misc queries) 4 October 20th 05 12:22 PM
Highlight Range - wrong macro, please edit. Danny Excel Worksheet Functions 8 October 19th 05 11:11 PM


All times are GMT +1. The time now is 12:42 PM.

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

About Us

"It's about Microsoft Excel"