PC Review


Reply
Thread Tools Rate Thread

Data Validation not working in shared file

 
 
=?Utf-8?B?TWFyaw==?=
Guest
Posts: n/a
 
      18th Sep 2007
I created dropdown lists in an Excel 2003 file located on a Windows XP
intranet.
The lists reference to a different worksheet, and work fine from within the
file.
However I would need to share the same dropdown lists with other users,
within a shared file on the same network.
I've tried to unshare the file temporarily, I pasted the two worksheets in
the file (the one with the dropdowns and the one containing the data
referenced to as names), then shared the file again.
The dropdown lists don't work in the shared file.
Can anyone advise what I'm doing wrong or how to work around this issue?
Thanks in advance.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?UHJhbmF2IFZhaWR5YQ==?=
Guest
Posts: n/a
 
      18th Sep 2007
redefine the validationlists...that may help
--
Pranav Vaidya
VBA Developer
PN, MH-India
If you think my answer is useful, please rate this post as an ANSWER!!


"Mark" wrote:

> I created dropdown lists in an Excel 2003 file located on a Windows XP
> intranet.
> The lists reference to a different worksheet, and work fine from within the
> file.
> However I would need to share the same dropdown lists with other users,
> within a shared file on the same network.
> I've tried to unshare the file temporarily, I pasted the two worksheets in
> the file (the one with the dropdowns and the one containing the data
> referenced to as names), then shared the file again.
> The dropdown lists don't work in the shared file.
> Can anyone advise what I'm doing wrong or how to work around this issue?
> Thanks in advance.

 
Reply With Quote
 
=?Utf-8?B?TWFyaw==?=
Guest
Posts: n/a
 
      18th Sep 2007
Hi Pranav,
thanks for your suggestion.
I had already tried to redefine the lists: but from within the shared file
the "Validation" entry in the "Data" menu is grayed out.
Is there any other way I could redefine the lists other than selecting Data
- Validation?
Thank you in advance!
Marco

"Pranav Vaidya" wrote:

> redefine the validationlists...that may help
> --
> Pranav Vaidya
> VBA Developer
> PN, MH-India
> If you think my answer is useful, please rate this post as an ANSWER!!
>
>
> "Mark" wrote:
>
> > I created dropdown lists in an Excel 2003 file located on a Windows XP
> > intranet.
> > The lists reference to a different worksheet, and work fine from within the
> > file.
> > However I would need to share the same dropdown lists with other users,
> > within a shared file on the same network.
> > I've tried to unshare the file temporarily, I pasted the two worksheets in
> > the file (the one with the dropdowns and the one containing the data
> > referenced to as names), then shared the file again.
> > The dropdown lists don't work in the shared file.
> > Can anyone advise what I'm doing wrong or how to work around this issue?
> > Thanks in advance.

 
Reply With Quote
 
=?Utf-8?B?UHJhbmF2IFZhaWR5YQ==?=
Guest
Posts: n/a
 
      18th Sep 2007
To the best of my knowledge, you can not use validation in a shared file. To
redefine, you will have to remove the share, redfine the list and share the
file again.

HTH,
--
Pranav Vaidya
VBA Developer
PN, MH-India
If you think my answer is useful, please rate this post as an ANSWER!!


"Mark" wrote:

> Hi Pranav,
> thanks for your suggestion.
> I had already tried to redefine the lists: but from within the shared file
> the "Validation" entry in the "Data" menu is grayed out.
> Is there any other way I could redefine the lists other than selecting Data
> - Validation?
> Thank you in advance!
> Marco
>
> "Pranav Vaidya" wrote:
>
> > redefine the validationlists...that may help
> > --
> > Pranav Vaidya
> > VBA Developer
> > PN, MH-India
> > If you think my answer is useful, please rate this post as an ANSWER!!
> >
> >
> > "Mark" wrote:
> >
> > > I created dropdown lists in an Excel 2003 file located on a Windows XP
> > > intranet.
> > > The lists reference to a different worksheet, and work fine from within the
> > > file.
> > > However I would need to share the same dropdown lists with other users,
> > > within a shared file on the same network.
> > > I've tried to unshare the file temporarily, I pasted the two worksheets in
> > > the file (the one with the dropdowns and the one containing the data
> > > referenced to as names), then shared the file again.
> > > The dropdown lists don't work in the shared file.
> > > Can anyone advise what I'm doing wrong or how to work around this issue?
> > > Thanks in advance.

 
Reply With Quote
 
=?Utf-8?B?TWFyaw==?=
Guest
Posts: n/a
 
      18th Sep 2007
Thank you for your further reply Pranav.
Unfortunately I had already tried to remove the share, redfine the list and
share the
file again.
However, if I do that, clicking the cells that used to be referring to the
dropdowns simply display a downward arrow, but the list is empty.
It's as if I had to redefine the lists again.
Only I cannot do that because the file is shared.
It's a vicious circle and it seems there is no solution... ?
I will rate your answer as useful because it seems to explain that
validation in an Excel shared file is not possible, although it does not
solve my problem.
Thank you anyway,
Mark

"Pranav Vaidya" wrote:

> To the best of my knowledge, you can not use validation in a shared file. To
> redefine, you will have to remove the share, redfine the list and share the
> file again.
>
> HTH,
> --
> Pranav Vaidya
> VBA Developer
> PN, MH-India
> If you think my answer is useful, please rate this post as an ANSWER!!
>
>
> "Mark" wrote:
>
> > Hi Pranav,
> > thanks for your suggestion.
> > I had already tried to redefine the lists: but from within the shared file
> > the "Validation" entry in the "Data" menu is grayed out.
> > Is there any other way I could redefine the lists other than selecting Data
> > - Validation?
> > Thank you in advance!
> > Marco
> >
> > "Pranav Vaidya" wrote:
> >
> > > redefine the validationlists...that may help
> > > --
> > > Pranav Vaidya
> > > VBA Developer
> > > PN, MH-India
> > > If you think my answer is useful, please rate this post as an ANSWER!!
> > >
> > >
> > > "Mark" wrote:
> > >
> > > > I created dropdown lists in an Excel 2003 file located on a Windows XP
> > > > intranet.
> > > > The lists reference to a different worksheet, and work fine from within the
> > > > file.
> > > > However I would need to share the same dropdown lists with other users,
> > > > within a shared file on the same network.
> > > > I've tried to unshare the file temporarily, I pasted the two worksheets in
> > > > the file (the one with the dropdowns and the one containing the data
> > > > referenced to as names), then shared the file again.
> > > > The dropdown lists don't work in the shared file.
> > > > Can anyone advise what I'm doing wrong or how to work around this issue?
> > > > Thanks in advance.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
2007 data validation not working ker_01 Microsoft Excel Misc 1 28th Oct 2009 07:31 PM
Data Validation not working!! Please help!!!! chanse.arrington@gmail.com Microsoft Excel Misc 13 19th Apr 2007 12:08 PM
data validation not working on one sheet =?Utf-8?B?eHJiYmFrZXI=?= Microsoft Excel Discussion 6 17th Apr 2007 08:02 PM
Crazy Data Validation ... List Validation Not Working TW Bake Microsoft Excel Programming 1 29th Mar 2007 02:41 AM
Data Validation Not Working =?Utf-8?B?QnJldHQ=?= Microsoft Excel Misc 6 19th Mar 2005 01:12 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:37 AM.