Posted to microsoft.public.excel.programming
|
|
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
|