Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Refusal of Excel to recognization Worksheet name

I have one Workbook that has a unique problem. When I attempt to access it from code in a module with the name of the sheet or "Sheet1", I get a <subscript out of range error. I can access when I use the number (provided it is the first sheet). The code is

With Worksheets("Sheet1") ' gets me <subscript out of range

With Worksheets(1) ' work

This same sheet will not run a function attached to that sheet or from a module

Is there some switch that needs to be changed?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 599
Default Refusal of Excel to recognization Worksheet name

John

"John H" wrote in message
...
I have one Workbook that has a unique problem. When I attempt to access

it from code in a module with the name of the sheet or "Sheet1", I get a
<subscript out of range error. I can access when I use the number
(provided it is the first sheet). The code is:

With Worksheets("Sheet1") ' gets me <subscript out of range


You don't have a worksheet named Sheet1. Make sure you're spelling it
correctly. Less likely is that it's not a worksheet, but a chart sheet.


With Worksheets(1) ' works

This same sheet will not run a function attached to that sheet or from a

module.

Is there some switch that needs to be changed?


What is a "function attached to that sheet"?

--
Dick Kusleika
MVP - Excel
www.dicks-clicks.com
Post all replies to the newsgroup.


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
autosum refusal to sum highlighted range lawrence Excel Worksheet Functions 4 April 30th 08 10:08 PM
Refusal to calculate Daniel Bonallack Excel Worksheet Functions 2 May 17th 06 08:39 AM
Upload multiple text files into 1 excel worksheet + put the filename as the first column in the worksheet Aster Excel Worksheet Functions 3 March 12th 06 09:58 AM
Refusal to save BizMark Excel Discussion (Misc queries) 1 October 12th 05 02:38 PM
TextBox refusal Garry Jones Excel Programming 3 October 9th 03 06:16 PM


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