vba query

  • Thread starter Thread starter Madhu
  • Start date Start date
M

Madhu

What is the vba code for pasting a value in the active cell
thanks
Madhu
 
if doing the copy then you can just use

Activecell.Value = range("A1").Value
 

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

Back
Top