Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Error 1004- In a PC with softwares in German there is no Error

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 770
Default Error 1004- In a PC with softwares in German there is no Error

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
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
Run time error 1004, General ODBC error [email protected] New Users to Excel 0 September 19th 05 01:41 AM
run-time error '1004': Application-defined or object-deifined error [email protected] Excel Programming 5 August 10th 05 09:39 PM
Excel 2003 Macro Error - Runtime error 1004 Cow Excel Discussion (Misc queries) 2 June 7th 05 01:40 PM
Run time error 1004 General ODCB Error Kevin Excel Programming 3 February 26th 05 12:51 PM
Application Run Time Error 1004 and Stack Error ExcelMonkey[_190_] Excel Programming 9 February 11th 05 04:48 PM


All times are GMT +1. The time now is 12:55 PM.

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"