|
-
Feb 15th, 2007, 01:31 PM
#1
Thread Starter
Addicted Member
[RESOLVED] Replacing a filtered range
I have a macro, which as the last step, has to take a column from a workbook and replace another in the active workbook. For this I simply use
WorkBooks(workboook1).WorkSheets(sheetx).Range("X1:X111").Value=WorkBooks(workboook2).WorkSheets(she etz).Range("Z1:Z111").Value
It worked perfectly. But I have just discovered that it doesn't work if I have initially filtered some value in the "sheetx". How can I replace a whole range even if part of this range is filtered?
Last edited by Fonty; Feb 16th, 2007 at 03:28 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|