Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello - thanks for reading.
When I try to use a spreadsheet button someone design in Excel 2000, it now throws an "Run-time error '1004': Application-defined or object-defined error". I am copying the snipit of code that the debugger highlights as the culprit... I have NO idea how to fix this, so some assistance would be graciously appreciated! <code ActiveSheet.Range("C" & CStr(DestRow)) = "=UpdateScore(""" & ThisSheetName & """,""" & _ Sheets(ThisSheetName).Range(ACell) & """,'" & ThisSheetName & "'!C" & CStr(TotalRow) & ":IX" & _ CStr(TotalRow) & ")" </code |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 Runtime Error | Setting up and Configuration of Excel | |||
Runtime error prevents Excel 2000 to save file | Excel Worksheet Functions | |||
Excel 2003 Macro Error - Runtime error 1004 | Excel Discussion (Misc queries) | |||
Excel 2003 Help Runtime Error | Excel Discussion (Misc queries) | |||
Calling from C#.Net App Office._CommandBarButton.Execute() method in Excel 2003 throws a COMException | Excel Programming |