Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I received one excel sheet with macro that was prepared in a computer in
Germany, when I try to make a seletion there is a message "erro em tempo de execução 1004 erro de definição de aplicativo ou de objeto" My computer is with all the softwares in Portuguese. Part from the macro is : "Sub rm1411500() Range("B3").Select ActiveCell.FormulaR1C1 = "=Z(24)S(2)" Range("B4").Select ActiveCell.FormulaR1C1 = "=Z(24)S(2)" Range("B5").Select End Sub" In a computer with the softwares in German language there is no erro message. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jorge,
This is a guess but I think it well work. It sets the formula to "=$B$24" Sub rm1411500() Range("B3").Select ActiveCell.FormulaR1C1 = "=r24c2" Range("B4").Select ActiveCell.FormulaR1C1 = "=r24c2" Range("B5").Select End Sub hth, Doug "Jorge Adam" <Jorge wrote in message ... I received one excel sheet with macro that was prepared in a computer in Germany, when I try to make a seletion there is a message "erro em tempo de execução 1004 erro de definição de aplicativo ou de objeto" My computer is with all the softwares in Portuguese. Part from the macro is : "Sub rm1411500() Range("B3").Select ActiveCell.FormulaR1C1 = "=Z(24)S(2)" Range("B4").Select ActiveCell.FormulaR1C1 = "=Z(24)S(2)" Range("B5").Select End Sub" In a computer with the softwares in German language there is no erro message. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Run time error 1004, General ODBC error | New Users to Excel | |||
run-time error '1004': Application-defined or object-deifined error | Excel Programming | |||
Excel 2003 Macro Error - Runtime error 1004 | Excel Discussion (Misc queries) | |||
Run time error 1004 General ODCB Error | Excel Programming | |||
Application Run Time Error 1004 and Stack Error | Excel Programming |