Thread: Excel Prob
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] doug@ps1fplan.com is offline
external usenet poster
 
Posts: 5
Default Excel Prob


Thanks - works!

Nick Hodge wrote:
Doug

you need to add a qualifier to the range address or use a different

method,
(I have used A as an illustration

Range("A2").EntireRow.Cut _
Destination:=Sheets(importwks).Range("A" & targetrow)

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS