Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Dropwdowns not working in Excel XP

Hi Everyone,

I have a problem with an application that I'm running in
Excel 2002 (XP). It seems to be something to do with
different version of Excel.

When I run it in Excel 2002 (10.3506.3501) SP-1 it's fine.

But when I run it in Excel 2002 (10.4109.3501) SP-1 I get
the following error:

'Unable to get the DropDowns property of the Worksheet
class'.

The offending line of code is as follows:

SMode(0) = ActiveWorkbook.Sheets("Predict Input"). _
DropDowns("Drop Down 62").Value

Does anyone know of any reason why this should work in one
version of Excel 2002 but not in another?

Many thanks

Tony Macpherson
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Dropwdowns not working in Excel XP

It worked ok for me in a slightly different version: 10.4524.4219 SP-2.

Are you positive that your activeworkbook.sheets("predict input") has a dropdown
named "drop down 65".

One way I could get a 1004 error was to have mistyped the dropdown name.





Tony Macpherson wrote:

Hi Everyone,

I have a problem with an application that I'm running in
Excel 2002 (XP). It seems to be something to do with
different version of Excel.

When I run it in Excel 2002 (10.3506.3501) SP-1 it's fine.

But when I run it in Excel 2002 (10.4109.3501) SP-1 I get
the following error:

'Unable to get the DropDowns property of the Worksheet
class'.

The offending line of code is as follows:

SMode(0) = ActiveWorkbook.Sheets("Predict Input"). _
DropDowns("Drop Down 62").Value

Does anyone know of any reason why this should work in one
version of Excel 2002 but not in another?

Many thanks

Tony Macpherson


--

Dave Peterson

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Dropwdowns not working in Excel XP

Thanks for your reply, Dave.

Yes, I definitely have the correctly named drop down on
the sheet. The application works perfectly in my slightly
different version of Excel.

I was just wondering if there's a known bug in this
version of Excel (10.4109.3501). Do you know if they
publish bug lists for specific build numbers?

thanks
Tony



-----Original Message-----
It worked ok for me in a slightly different version:

10.4524.4219 SP-2.

Are you positive that your activeworkbook.sheets("predict

input") has a dropdown
named "drop down 65".

One way I could get a 1004 error was to have mistyped the

dropdown name.





Tony Macpherson wrote:

Hi Everyone,

I have a problem with an application that I'm running in
Excel 2002 (XP). It seems to be something to do with
different version of Excel.

When I run it in Excel 2002 (10.3506.3501) SP-1 it's

fine.

But when I run it in Excel 2002 (10.4109.3501) SP-1 I

get
the following error:

'Unable to get the DropDowns property of the Worksheet
class'.

The offending line of code is as follows:

SMode(0) = ActiveWorkbook.Sheets("Predict Input"). _
DropDowns("Drop Down 62").Value

Does anyone know of any reason why this should work in

one
version of Excel 2002 but not in another?

Many thanks

Tony Macpherson


--

Dave Peterson

.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Dropwdowns not working in Excel XP

I'm not aware of any, but you could search the KB.

http://support.microsoft.com/default.aspx

Tony Macpherson wrote:

Thanks for your reply, Dave.

Yes, I definitely have the correctly named drop down on
the sheet. The application works perfectly in my slightly
different version of Excel.

I was just wondering if there's a known bug in this
version of Excel (10.4109.3501). Do you know if they
publish bug lists for specific build numbers?

thanks
Tony

-----Original Message-----
It worked ok for me in a slightly different version:

10.4524.4219 SP-2.

Are you positive that your activeworkbook.sheets("predict

input") has a dropdown
named "drop down 65".

One way I could get a 1004 error was to have mistyped the

dropdown name.





Tony Macpherson wrote:

Hi Everyone,

I have a problem with an application that I'm running in
Excel 2002 (XP). It seems to be something to do with
different version of Excel.

When I run it in Excel 2002 (10.3506.3501) SP-1 it's

fine.

But when I run it in Excel 2002 (10.4109.3501) SP-1 I

get
the following error:

'Unable to get the DropDowns property of the Worksheet
class'.

The offending line of code is as follows:

SMode(0) = ActiveWorkbook.Sheets("Predict Input"). _
DropDowns("Drop Down 62").Value

Does anyone know of any reason why this should work in

one
version of Excel 2002 but not in another?

Many thanks

Tony Macpherson


--

Dave Peterson

.


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Dropwdowns not working in Excel XP

yep, tried that one, no success.

thanks again for your suggestions,

Tony



-----Original Message-----
I'm not aware of any, but you could search the KB.

http://support.microsoft.com/default.aspx

Tony Macpherson wrote:

Thanks for your reply, Dave.

Yes, I definitely have the correctly named drop down on
the sheet. The application works perfectly in my

slightly
different version of Excel.

I was just wondering if there's a known bug in this
version of Excel (10.4109.3501). Do you know if they
publish bug lists for specific build numbers?

thanks
Tony

-----Original Message-----
It worked ok for me in a slightly different version:

10.4524.4219 SP-2.

Are you positive that your activeworkbook.sheets

("predict
input") has a dropdown
named "drop down 65".

One way I could get a 1004 error was to have mistyped

the
dropdown name.





Tony Macpherson wrote:

Hi Everyone,

I have a problem with an application that I'm

running in
Excel 2002 (XP). It seems to be something to do with
different version of Excel.

When I run it in Excel 2002 (10.3506.3501) SP-1 it's

fine.

But when I run it in Excel 2002 (10.4109.3501) SP-1 I

get
the following error:

'Unable to get the DropDowns property of the

Worksheet
class'.

The offending line of code is as follows:

SMode(0) = ActiveWorkbook.Sheets("Predict Input"). _
DropDowns("Drop Down 62").Value

Does anyone know of any reason why this should work

in
one
version of Excel 2002 but not in another?

Many thanks

Tony Macpherson

--

Dave Peterson

.


--

Dave Peterson

.

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
Excel F2 not working... prominND Excel Worksheet Functions 3 November 25th 09 02:08 PM
Calculate working days but change working week SamB Excel Discussion (Misc queries) 1 September 1st 08 09:17 PM
Pivot in excel 2003 is not working when open in excel 2007 Jakob[_2_] Excel Worksheet Functions 2 April 15th 08 11:47 PM
Excel 2002: Auto Sum function not working in large Excel file Mr. Low Excel Discussion (Misc queries) 3 May 25th 07 03:36 PM
excel 2003 slow when working with excel 2000 files michel Excel Discussion (Misc queries) 0 November 28th 05 03:40 PM


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