Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
WMR WMR is offline
external usenet poster
 
Posts: 2
Default dropdownlist/AdvancedFilter/shared workbook

Hello,

I always use an AdvancedFilter to get unique record.
The next step is to fill a dropdownlist on a userform. After that
(Combobox_Exit) I fill the rest of de userform with the data of that
customer. This is working for years!

Since I shared the workbook I get an error. I am not allowed to use an
advangedfilter in a shared workbook.

I have two questions:
1. Is there a solution for this problem? There is a lot of functionality in
my sheet using an advancedfilter.
2. Is there an other possibility to get the same result without an
advancedfilter.

I am using Excel 2000.

Thank you.
Willem,
Holland
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,979
Default dropdownlist/AdvancedFilter/shared workbook

Instead of an Advanced Filter, you can copy the results of an
AutoFilter. To filter for unique values, add a column to the table.

Add a heading, e.g. Unique

In the first row of data, enter a formula to count the occurrence of the
value. For example: =COUNTIF($C$1:C2,C2)=1

Copy the formula down to the last row of data

Then, in your code, filter the Unique column for TRUE, and copy the
column with the unique values (Column C in this example)

WMR wrote:
Hello,

I always use an AdvancedFilter to get unique record.
The next step is to fill a dropdownlist on a userform. After that
(Combobox_Exit) I fill the rest of de userform with the data of that
customer. This is working for years!

Since I shared the workbook I get an error. I am not allowed to use an
advangedfilter in a shared workbook.

I have two questions:
1. Is there a solution for this problem? There is a lot of functionality in
my sheet using an advancedfilter.
2. Is there an other possibility to get the same result without an
advancedfilter.

I am using Excel 2000.

Thank you.
Willem,
Holland



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #3   Report Post  
Posted to microsoft.public.excel.programming
WMR WMR is offline
external usenet poster
 
Posts: 2
Default dropdownlist/AdvancedFilter/shared workbook

Thank you, I will try. I hope it will not slow down my program. There are
over 1.000 records.

Bye

"WMR" wrote:

Hello,

I always use an AdvancedFilter to get unique record.
The next step is to fill a dropdownlist on a userform. After that
(Combobox_Exit) I fill the rest of de userform with the data of that
customer. This is working for years!

Since I shared the workbook I get an error. I am not allowed to use an
advangedfilter in a shared workbook.

I have two questions:
1. Is there a solution for this problem? There is a lot of functionality in
my sheet using an advancedfilter.
2. Is there an other possibility to get the same result without an
advancedfilter.

I am using Excel 2000.

Thank you.
Willem,
Holland

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
shared workbook is set up is not 'shared' on network moviemaker novice Excel Worksheet Functions 0 April 7th 10 03:31 AM
shared workbook - shared workbook options grayed out Edward Letendre Excel Discussion (Misc queries) 0 March 3rd 10 10:47 PM
Printing viewing a shared workbook on a shared drive aloomba Excel Discussion (Misc queries) 0 April 13th 07 02:52 PM
DropdownList/AutoFillUpList FC Excel Discussion (Misc queries) 1 March 28th 07 02:00 AM
update pivot in shared shared workbook 00George00 Excel Discussion (Misc queries) 1 August 23rd 06 08:16 PM


All times are GMT +1. The time now is 05:53 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"