View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Data Validation Failure Excel 2007

I have test it and not have a problem David.


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


wrote in message oups.com...
Hi,

Long time no post.

Have just opened in Excel 2007 a file created in Excel 2003 that has/
had a hidden sheet with named ranges used in Data Validation on non-
hidden sheets. Data validation no longer works, range name does not
appear in list as before, hidden sheets have GONE!!!. What have I gone
wrong?
(Used a simple count sheet function (below) that confirms the only
sheets are the visible ones.)

Sub test()
x = Worksheets.Count
MsgBox (x)
End Sub

Do I have to UNHIDE in the earlier version BEFORE I open in 2007?

Rather difficult now!