Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Modification of the validation list when copying Worksheet

When I do a simple Drag and drop of a worksheet the list of validation value
remain the same but when the copy is made in VBA (ActiveSheet.copy
After:=ActiveSheet) then the list of validation is change from
(0,25;0,50;0,75;1,00) to (0;25;0;5;0;75;1;0).

I have tried to change the regional settings, and when doing so the list of
value remain the same. But I cannot change the settings of all the users who
are going to use the Workbook.

I have tried to temporarely change the UseSystemSeparators of the
application but to no avail.

Is there a way prevent this modification from happening?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Modification of the validation list when copying Worksheet

Finaly, I have used a nested if in a personnalised validation. The formula is
something like this

=If(A1=0,25;True;If(A1=0,5;True;If(A1=0,75;True;If (A1=1;True;False))))

I don't like this solution because it does not adress the real problem, but
at the least it work. And then I wonder why the problem is there when I use a
list but not with the personnalized validation. It probably have to do with
the fact that in each case the copy function does not work the same way and
even then there is a diiference in the way a formula and a list are treated
by the copy function.

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
validation list from worksheet given by ref Boba Excel Programming 5 May 24th 07 01:51 AM
Problem with validation deletion/modification mikeb Excel Programming 4 November 15th 06 07:20 AM
Problem with Validation deleton/modification? mikeb Excel Programming 0 November 8th 06 08:21 PM
validation list on different worksheet cestbarb New Users to Excel 3 March 28th 06 08:22 PM
Copying Data List to Different Worksheet rhovey Excel Discussion (Misc queries) 0 March 16th 06 03:02 PM


All times are GMT +1. The time now is 11:55 PM.

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"