View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] pignataro1@cox.net is offline
external usenet poster
 
Posts: 21
Default Find and Replace in a Macro

Help! Trying to replace column with another and cannot resolve-please
advise
Thanks


Sub Macro6()
'
' Macro6 Macro
'

'
ActiveCell.Offset(-2, 0).Range("A1:Z2").Select
Selection.Copy
ActiveWindow.SmallScroll ToRight:=-5
ActiveCell.Offset(2, 0).Range("A1").Select
ActiveSheet.Paste
ActiveCell.Range("A1:Z2")Find(!H)Replace [!G]
End Sub