LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel validation problem

Using Excel 97 I get an debug error on all references to sheet10

Sheet10 has not been setto relate to any worksheet

try
dim Sheet10 as worksheet

set sheet10 = sheets("sheet10")

or

set sheet10 = workbooks("name").sheets("sheet10")


or

change sheet10.
to
sheets("sheet10")

--
Message posted from http://www.ExcelForum.com

 
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
Problem with length of validation list in Excel 2002 Vladimir Excel Worksheet Functions 4 December 15th 06 04:33 AM
Tricky problem in Data validation - Excel 2003 smadhuranath Excel Discussion (Misc queries) 1 July 18th 06 09:10 AM
Excel VBA programmatic validation problem ZoomZoom Excel Programming 10 June 3rd 04 05:21 PM
Excel Validation / Dropdown list Problem edsulya Excel Programming 5 February 5th 04 09:06 PM
Excel Validation Problem in VB6 Yuri Weinstein Excel Programming 0 January 22nd 04 08:49 PM


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