+ Reply to Thread
Results 1 to 2 of 2

Error 1004- In a PC with softwares in German there is no Error

  1. #1
    Jorge Adam
    Guest

    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. #2
    Doug Glancy
    Guest

    Re: 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 [email protected]> wrote in message
    news:[email protected]...
    > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1