Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default clearing memory /clipboard

Can anybody help me with this. I'm using Excel 2002 and I created a query
that pulls records from an access database that I want to scrub for
duplicates. I created a macro to refresh my query and then filter unique
records from Column A and paste to Column C.

However when it filters the records, it's using the data from my previous
query. I currently have to run my macro twice to get it to work properly.
Is there anyway I can clear my memory/clipboard/whatever so I only have to
run my macro once?
  #2   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default clearing memory /clipboard

Near the end of your code after work is done the line:
application.CutCopyMode = False 'this empties the
Clipboard


-----Original Message-----
Can anybody help me with this. I'm using Excel 2002 and

I created a query
that pulls records from an access database that I want to

scrub for
duplicates. I created a macro to refresh my query and

then filter unique
records from Column A and paste to Column C.

However when it filters the records, it's using the data

from my previous
query. I currently have to run my macro twice to get it

to work properly.
Is there anyway I can clear my memory/clipboard/whatever

so I only have to
run my macro once?
.

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
clearing the clipboard [email protected] Excel Discussion (Misc queries) 2 April 25th 07 09:11 AM
Clearing Memory Jonny Excel Programming 2 December 7th 04 04:49 AM
clearing the clipboard mike Excel Programming 1 March 4th 04 08:34 PM
Clearing clipboard Charles Maxson Excel Programming 1 December 1st 03 02:46 PM
Clearing clipboard Gord Dibben Excel Programming 1 November 27th 03 11:37 AM


All times are GMT +1. The time now is 02:19 AM.

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

About Us

"It's about Microsoft Excel"