Home |
Search |
Today's Posts |
#11
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Pardon me for jumping in...
Add this line: msgbox "****" & Unit.Offset(0, 1).Value & "****" Right before this line: Set sh = Worksheets(Unit.Offset(0, 1).Value) The asterisks are there just to help you know where the real value starts and stops. Now look at what is between those asterisks. Do you have a worksheet by that name in that workbook? I'm betting that you have one close, but not quite the same--a rogue space character in front, at the end or doubled up inside. Or just a complete typing mistake??? oakman wrote: Hello Tom, Thank you for still paying attention to my request for help. I have entered the midified code. However, I get a different error for the same line. I get error '9' "Subscript out of range". When I debug, the line "Set sh = Worksheets(Unit.Offset(0, 1).Value)" is highlited in yellow. I will be honest with you, I have no idea what this error means. I REALLY wish that I could be more useful in to your effort to help me. May I ask one question? Why is it that the macro assigns the value to the "sh" variable the value of the data one column to the right of the Unit names? Do you think this could be contributing to the line of code being so problematic? Please disregard my ignorance if this question is not relevant. I appreciate the fact that you have helped me with every problem so far. Please accept my gratitude in your effort to help me learn. -- oakman ------------------------------------------------------------------------ oakman's Profile: http://www.excelforum.com/member.php...fo&userid=9172 View this thread: http://www.excelforum.com/showthread...hreadid=525659 -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula not working properly | Excel Worksheet Functions | |||
3d reference not working properly | Excel Worksheet Functions | |||
But not working properly | Excel Discussion (Misc queries) | |||
(xlDown) not working properly! | Excel Programming | |||
(xlDown) not working properly! | Excel Programming |