Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi everybody,
sorry for the messy code, but i have the famous "Application-defined or object-defined error" problem with the 2nd line (Worksheets("DIFF").Columns(CommonColInd, NegCol).Select) NegCol = CommonColInd + 1 Worksheets("DIFF").Columns(CommonColInd, NegCol).Select Selection.ClearContents Selection.Interior.ColorIndex = xlNone Here CommonColInd is incremented in a loop and the value is 25 when I have the error. (The thing that I am looking for is in the 25th column, when I find it I want to clear the contents of those two columns. I have more than one worksheets) Any ideas, comments? Thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Run-time error '50290': Application-defined or object-defined erro | Excel Discussion (Misc queries) | |||
Copying A Range of Cells From one Sheet to Another - Error Application Defined or Object Defined | Excel Programming | |||
Runtime error 1004- application defined or object defined erro | Excel Programming | |||
Runtime error 1004- application defined or object defined erro | Excel Programming | |||
Range - Application Defined or Object Defined Error | Excel Programming |