Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default International Excel 4 Macro

I have a Excel 4 Macro sheet that looks like this:

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()

Macro1,Macro1,Macro3,Macro4 are formating macros...

How can i convert these macros into a "Excel 4 International Macro"
format

Regards
Arun

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,718
Default International Excel 4 Macro

Insert an International Excel 4 macro sheet into your workbook. Then copy
your code into it, recreate the sub names, etc., and test.

If the choice of an International macro sheet is not on your sheet Insert
menu you can run this code from the VBE's Immediate window:

Worksheets.Add , , , xlExcel4IntlMacroSheet

--
Jim
wrote in message
ups.com...
|I have a Excel 4 Macro sheet that looks like this:
|
| 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()
|
| Macro1,Macro1,Macro3,Macro4 are formating macros...
|
| How can i convert these macros into a "Excel 4 International Macro"
| format
|
| Regards
| Arun
|


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
How to stop Excel remembering/loading macro from previously opened Workbook Norman Yuan Excel Discussion (Misc queries) 4 June 17th 06 04:13 PM
Macro Help In Excel welshlad Excel Discussion (Misc queries) 14 October 26th 05 02:34 PM
Closing File Error jcliquidtension Excel Discussion (Misc queries) 4 October 20th 05 12:22 PM
How do I keep an Excel macro that gets transferred to Pocket Excel Holdfast Excel Discussion (Misc queries) 1 July 23rd 05 11:14 PM
passing arguments from an excel macro to a word macro KWE39 Excel Discussion (Misc queries) 1 July 7th 05 03:56 PM


All times are GMT +1. The time now is 02:09 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"