vba query

B

Bob Phillips

if doing the copy then you can just use

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