Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Data Validation Drop-Down Will Not Appear

Hello,

I have an Excel spreadsheet that has been customized using VBA to perform a
variety of additional functions. There are several worksheets and each
worksheet has cells which utilize drop-down validation. Of the thirteen or
fourteen worksheets, two of them will not display the drop-down. Validation
still works, but the drop down itself will not appear. I've researched this
enough to know that my Drop Down Shape may have been removed from this
worksheet. I know that I could copy the cells into another worksheet, but I
am curious if there is a way to reinsert the necessary drop down shape into
the corrupted worksheet. Any help is appreciated, thanks.

Joshua
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Data Validation Drop-Down Will Not Appear

am curious if there is a way to reinsert the necessary drop down shape
No, you must copy all cells into a new worksheet as far as I know

See possible problem macro
http://www.rondebruin.nl/controlsobj...eet.htm#Shapes

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Joshua @ UDA" wrote in message ...
Hello,

I have an Excel spreadsheet that has been customized using VBA to perform a
variety of additional functions. There are several worksheets and each
worksheet has cells which utilize drop-down validation. Of the thirteen or
fourteen worksheets, two of them will not display the drop-down. Validation
still works, but the drop down itself will not appear. I've researched this
enough to know that my Drop Down Shape may have been removed from this
worksheet. I know that I could copy the cells into another worksheet, but I
am curious if there is a way to reinsert the necessary drop down shape into
the corrupted worksheet. Any help is appreciated, thanks.

Joshua



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default Data Validation Drop-Down Will Not Appear

Ensure that the in cell drop down in enabled.

Sheets("Sheet1").Range("A1").Validation.InCellDrop Down = True
--
HTH...

Jim Thomlinson


"Joshua @ UDA" wrote:

Hello,

I have an Excel spreadsheet that has been customized using VBA to perform a
variety of additional functions. There are several worksheets and each
worksheet has cells which utilize drop-down validation. Of the thirteen or
fourteen worksheets, two of them will not display the drop-down. Validation
still works, but the drop down itself will not appear. I've researched this
enough to know that my Drop Down Shape may have been removed from this
worksheet. I know that I could copy the cells into another worksheet, but I
am curious if there is a way to reinsert the necessary drop down shape into
the corrupted worksheet. Any help is appreciated, thanks.

Joshua

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Data Validation Drop-Down Will Not Appear

Thanks for the reply.

It seems like MS should take care of this issue somewhere. How can
they give us the ability to delete the shape and no methodology to put
it back?

Joshua

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Data Validation Drop-Down Will Not Appear

Thanks for the suggestions. It is indeed set to 'True'. I'm convinced
it is because the shape has been removed from the worksheet. Once
again it is frustrating that there isn't a way to reinsert the shape or
recreate the necessary shape. Our worksheets are very complexe and
link to one another in a variety of ways. Having to copy and paste all
the cells is not the best way to handle this problem in our situation.

Joshua

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
Data Validation drop-down Michelle Excel Discussion (Misc queries) 5 March 17th 21 05:18 AM
Data validation drop-down box damanwitdaplan Excel Discussion (Misc queries) 1 March 6th 08 02:53 PM
Data Validation - Drop Down Box L2Lafferty Excel Worksheet Functions 3 December 28th 06 07:25 PM
Drop down data validation Stephen Reid Excel Discussion (Misc queries) 5 July 27th 06 12:59 PM
Data Validation - Drop Down John Excel Worksheet Functions 3 April 25th 06 03:50 AM


All times are GMT +1. The time now is 03:53 PM.

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

About Us

"It's about Microsoft Excel"