Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Transfer Cell Value


I'm currently using a macro:

Sub copyvalue()
With Sheets("Capacity")
.Range("O14").Value = .Range("BM4").Value
End With

End Sub

But I'm very interested in getting any help to upgrade this to
function so that I do not have to run the macro to get the value copie
from BM4 to O14.

I appreciate your help in advance

--
crabtree
-----------------------------------------------------------------------
crabtrees's Profile: http://www.excelforum.com/member.php...fo&userid=3761
View this thread: http://www.excelforum.com/showthread.php?threadid=57277

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Transfer Cell Value

Maybe just put this in O14:

=BM4
or
=if(bm4="","",bm4)



crabtrees wrote:

I'm currently using a macro:

Sub copyvalue()
With Sheets("Capacity")
Range("O14").Value = .Range("BM4").Value
End With

End Sub

But I'm very interested in getting any help to upgrade this to a
function so that I do not have to run the macro to get the value copied
from BM4 to O14.

I appreciate your help in advance.

--
crabtrees
------------------------------------------------------------------------
crabtrees's Profile: http://www.excelforum.com/member.php...o&userid=37611
View this thread: http://www.excelforum.com/showthread...hreadid=572779


--

Dave Peterson
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
Macro to transfer contents of 'Selected' cell to alternate cell. Gryndar Excel Worksheet Functions 7 December 20th 08 09:58 PM
Transfer cell values to another cell by selecting button. Gryndar Excel Worksheet Functions 2 November 24th 08 02:21 AM
Transfer single cell information to specific cell based on user criteria RoVo Excel Programming 0 May 31st 06 04:20 PM
Transfer value to cell Phil Floyd Excel Programming 1 July 15th 04 07:40 PM
Cell Transfer louis2112[_3_] Excel Programming 1 April 21st 04 09:37 AM


All times are GMT +1. The time now is 05:13 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"