View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Copying Cell Values

Check your other post.

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=572785


--

Dave Peterson