Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Selectively Copying Information to a subset


seems like i've created a mini-menu that lists my criteria fo
selectively moving around the spreadsheet. I actually wanted to creat
an entirely new spreadsheet with just the documents that I am managing

--
Yuk
-----------------------------------------------------------------------
Yuke's Profile: http://www.excelforum.com/member.php...fo&userid=1631
View this thread: http://www.excelforum.com/showthread.php?threadid=27704

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Selectively Copying Information to a subset

Select the master sheet and do Edit=Move or copy sheet, select the copy box
in the lower right and new workbook.

Now you have all the documents in a new workbook.

in column G2 put in

=if(iserror(Match(A2,[MyDocs.xls]Sheet1!$A:$A,0)),"Delete","Keep")

then drag fill it down the column.

select this column (G) and do Data=Filter=Autofilter and select Delete in
the dropdown arrow in column G

Select all the rows in your data (except the header row, row 1) and do
Edit=Delete

Then select Data=Filter=Autofilter to remove the autofilter. Only the
documents you are assigned should be left.

Turn on the macro recorder while you do it manually to get a start on code.
Then clearn up what you record.

--
Regards,
Tom Ogilvy

"Yuke" wrote in message
...

seems like i've created a mini-menu that lists my criteria for
selectively moving around the spreadsheet. I actually wanted to create
an entirely new spreadsheet with just the documents that I am managing.


--
Yuke
------------------------------------------------------------------------
Yuke's Profile:

http://www.excelforum.com/member.php...o&userid=16313
View this thread: http://www.excelforum.com/showthread...hreadid=277043



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
viewing a subset of information from a large spreadsheet Candace Excel Discussion (Misc queries) 2 January 14th 10 09:14 PM
copying information Taz New Users to Excel 1 December 28th 06 02:45 PM
How to enter symbols for subset or element of a subset in Excel? rwcita Excel Worksheet Functions 1 January 23rd 06 09:27 PM
Selectively Copying Information to a subset Yuke[_2_] Excel Programming 1 November 10th 04 05:14 PM
selectively copying ranges from one sheet to second sheet JPTIII Excel Programming 1 December 5th 03 08:02 PM


All times are GMT +1. The time now is 05:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"