Transfer Cell Value

  • Thread starter Thread starter crabtrees
  • Start date Start date
C

crabtrees

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top