Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,420
Default Help with Debug issue

That means that that worksheet does not exist.

Either you have extra spaces in the middle, or the start or end - that's a
typical problem.

--
__________________________________
HTH

Bob

"akemeny" wrote in message
...
It gives the error

"Run time error '9 Script out of Range"

The spreadsheet name is correct.

"Per Jessen" wrote:

Hi

Check if there is a typo in the worksheet name.

Btw: Always state the error message, so we know what to look for.

Regards,
Per

"akemeny" skrev i meddelelsen
...
I have my macro set and everything works perfectly, but the Debug goes
off
every so often and always at the same line. Can anyone please look at
the
macro below and tell me where I need to make a change to stop the
debugger??

Private Sub Worksheet_Change(ByVal Target As Range)
With Worksheets("June 13 - 2045875") <------------This is where
the
Debug hits
Application.EnableEvents = False
Call Sheet10.colortotalrow
Application.EnableEvents = True
End With
End Sub





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
Debug Issue DataGuy Excel Discussion (Misc queries) 3 April 15th 09 10:55 PM
Need help with Debug Newbee via OfficeKB.com Excel Programming 3 February 26th 07 06:57 PM
VBA issue, debug ophelia[_6_] Excel Programming 3 July 18th 06 10:45 AM
How To Use Debug Minitman[_4_] Excel Programming 4 January 18th 06 05:42 PM
Debug issue with macros Jess Excel Programming 1 June 23rd 04 03:54 PM


All times are GMT +1. The time now is 09:19 AM.

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"