+ Reply to Thread
Results 1 to 5 of 5

International Excel 4 Macro

  1. #1

    International Excel 4 Macro

    Hi,

    Can any one give me pointers how to write "International Excel 4 Macro"
    file (xlm files).

    My current macro sheet looks like :

    Auto_Open
    =ERROR(2;Recover)
    =WORKBOOK.SELECT("Sheet 1")
    =WINDOW.RESTORE()
    =WINDOW.SIZE(82.5;42.75)
    =WORKBOOK.HIDE("Macro1";TRUE)
    =EDIT.COLOR(1;0;0;0)
    =EDIT.COLOR(3;255;0;0)
    =EDIT.COLOR(4;212;212;212)
    =EDIT.COLOR(5;247;247;231)
    =EDIT.COLOR(2;255;255;255)
    =RUN("Macro5")
    =DELETE.NAME("Auto_Open")
    =WORKBOOK.SELECT("Sheet 1")
    =SELECT("R1:R65536")
    =COLUMN.WIDTH(;;;3)
    =ROW.HEIGHT(;;;3)
    =SELECT("R1C1")
    =WINDOW.MAXIMIZE()
    =RETURN()

    Macro5
    =WORKBOOK.SELECT("Sheet 1")
    =SELECT("R2C1:R4C2")
    =RUN("Macro1")
    =SELECT("R2C3:R4C3")
    =RUN("Macro2")
    =SELECT("R2C3:R4C3")
    =FORMAT.NUMBER("""$""###,###,##0.00")
    =SELECT("R2C2:R4C2")
    =FORMAT.NUMBER("dd-mmm-yyyy")
    =SELECT("R1C1:R1C2")
    =RUN("Macro3")
    =SELECT("R1C3")
    =RUN("Macro4")
    =RETURN()


    I want to change to above to "International Excel 4 Macro".

    Any guidance will be of gr8 help...

    Thanks in Advance
    Arun


  2. #2
    NickHK
    Guest

    Re: International Excel 4 Macro

    Can't you convert it modern VBA ?

    NickHK

    <[email protected]> wrote in message
    news:[email protected]...
    > Hi,
    >
    > Can any one give me pointers how to write "International Excel 4 Macro"
    > file (xlm files).
    >
    > My current macro sheet looks like :
    >
    > Auto_Open
    > =ERROR(2;Recover)
    > =WORKBOOK.SELECT("Sheet 1")
    > =WINDOW.RESTORE()
    > =WINDOW.SIZE(82.5;42.75)
    > =WORKBOOK.HIDE("Macro1";TRUE)
    > =EDIT.COLOR(1;0;0;0)
    > =EDIT.COLOR(3;255;0;0)
    > =EDIT.COLOR(4;212;212;212)
    > =EDIT.COLOR(5;247;247;231)
    > =EDIT.COLOR(2;255;255;255)
    > =RUN("Macro5")
    > =DELETE.NAME("Auto_Open")
    > =WORKBOOK.SELECT("Sheet 1")
    > =SELECT("R1:R65536")
    > =COLUMN.WIDTH(;;;3)
    > =ROW.HEIGHT(;;;3)
    > =SELECT("R1C1")
    > =WINDOW.MAXIMIZE()
    > =RETURN()
    >
    > Macro5
    > =WORKBOOK.SELECT("Sheet 1")
    > =SELECT("R2C1:R4C2")
    > =RUN("Macro1")
    > =SELECT("R2C3:R4C3")
    > =RUN("Macro2")
    > =SELECT("R2C3:R4C3")
    > =FORMAT.NUMBER("""$""###,###,##0.00")
    > =SELECT("R2C2:R4C2")
    > =FORMAT.NUMBER("dd-mmm-yyyy")
    > =SELECT("R1C1:R1C2")
    > =RUN("Macro3")
    > =SELECT("R1C3")
    > =RUN("Macro4")
    > =RETURN()
    >
    >
    > I want to change to above to "International Excel 4 Macro".
    >
    > Any guidance will be of gr8 help...
    >
    > Thanks in Advance
    > Arun
    >




  3. #3
    Registered User
    Join Date
    04-25-2006
    Posts
    13

    No!!!!

    No its not possible to convert to VBA... i have to convert it to
    "Excel 4 International Macro" format..

  4. #4
    Jim Rech
    Guest

    Re: International Excel 4 Macro

    See my response in the Misc group.

    --
    Jim
    "coder_arun" <[email protected]> wrote
    in message news:[email protected]...
    |
    | No its not possible to convert to VBA... i have to convert it to
    | "Excel 4 International Macro" format..
    |
    |
    | --
    | coder_arun
    | ------------------------------------------------------------------------
    | coder_arun's Profile:
    http://www.excelforum.com/member.php...o&userid=33811
    | View this thread: http://www.excelforum.com/showthread...hreadid=570699
    |



  5. #5
    NickHK
    Guest

    Re: International Excel 4 Macro

    OK then, but I guess that's why people not are able to answer your recent
    posts.

    NickHK

    "coder_arun" <[email protected]> ¼¶¼g©ó¶l¥ó·s»D:[email protected]...
    >
    > No its not possible to convert to VBA... i have to convert it to
    > "Excel 4 International Macro" format..
    >
    >
    > --
    > coder_arun
    > ------------------------------------------------------------------------
    > coder_arun's Profile:
    > http://www.excelforum.com/member.php...o&userid=33811
    > View this thread: http://www.excelforum.com/showthread...hreadid=570699
    >




+ 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