Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Excel 4.0 Macros

I have developed a model in Excel 97 that contains a
number of macros (including an Auto_Open macro) and a
number of array formulae. For some users, the Model
crashes on opening. This problem can be solved by uisng
Excel 2000 but I want to get to the root of the problem.
I think it is either due to the macros or the array
formulae.

If you try to Disable macros on opening the file, you get
the following message:

"The workbook contains a type of macro (Microsoft Excel
version 4.0 macros) that cannot be disabled. There may be
viruses in these macros."

I am wondering whether it is the Excel 4.0 macros that are
causing the file to crash on re-opening for some users.

IS THERE ANY WAY TO FIND OUT (i) WHICH PARTS OF THE MACROS
ARE RECOGNISED AS EXCEL 4.0 MACROS AND (ii) HOW TO CONVERT
THESE MACROS TO EXCEL 97?

Thanks,
James
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default Excel 4.0 Macros

James,

XL4 macros are written on XLM sheets. They look like regular spreadsheets,
except that the default columns are wider, and if you enter a formula into
an XLM sheet, the formula remains. If you wrote "=4+5", the cells would not
display 9.

Have a look at all the sheets contained in the workbook for an XLM sheet.

I was once reasonably proficient in XLM, but am not any longer.

As far as converting, there is no way to convert, other than to rewrite. In
most cases, the XLM code should continue to work fine and without
difficulty.

I hope others jump in and provide additional comments.

Best regards,
kevin


"James Weaver" wrote in message
...
I have developed a model in Excel 97 that contains a
number of macros (including an Auto_Open macro) and a
number of array formulae. For some users, the Model
crashes on opening. This problem can be solved by uisng
Excel 2000 but I want to get to the root of the problem.
I think it is either due to the macros or the array
formulae.

If you try to Disable macros on opening the file, you get
the following message:

"The workbook contains a type of macro (Microsoft Excel
version 4.0 macros) that cannot be disabled. There may be
viruses in these macros."

I am wondering whether it is the Excel 4.0 macros that are
causing the file to crash on re-opening for some users.

IS THERE ANY WAY TO FIND OUT (i) WHICH PARTS OF THE MACROS
ARE RECOGNISED AS EXCEL 4.0 MACROS AND (ii) HOW TO CONVERT
THESE MACROS TO EXCEL 97?

Thanks,
James



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Excel 4.0 Macros

Thanks Kevin.

How do I find these sheets or know that they might exist?!

James
-----Original Message-----
James,

XL4 macros are written on XLM sheets. They look like

regular spreadsheets,
except that the default columns are wider, and if you

enter a formula into
an XLM sheet, the formula remains. If you wrote "=4+5",

the cells would not
display 9.

Have a look at all the sheets contained in the workbook

for an XLM sheet.

I was once reasonably proficient in XLM, but am not any

longer.

As far as converting, there is no way to convert, other

than to rewrite. In
most cases, the XLM code should continue to work fine and

without
difficulty.

I hope others jump in and provide additional comments.

Best regards,
kevin


"James Weaver" wrote in message
...
I have developed a model in Excel 97 that contains a
number of macros (including an Auto_Open macro) and a
number of array formulae. For some users, the Model
crashes on opening. This problem can be solved by uisng
Excel 2000 but I want to get to the root of the problem.
I think it is either due to the macros or the array
formulae.

If you try to Disable macros on opening the file, you

get
the following message:

"The workbook contains a type of macro (Microsoft Excel
version 4.0 macros) that cannot be disabled. There may

be
viruses in these macros."

I am wondering whether it is the Excel 4.0 macros that

are
causing the file to crash on re-opening for some users.

IS THERE ANY WAY TO FIND OUT (i) WHICH PARTS OF THE

MACROS
ARE RECOGNISED AS EXCEL 4.0 MACROS AND (ii) HOW TO

CONVERT
THESE MACROS TO EXCEL 97?

Thanks,
James



.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default Excel 4.0 Macros

James,

Sorry, didn't see your message. My mistake.

If you are still curious, you just have to cycle through your sheets and
look for the XLM sheets.

Regards,
Kevin


"James Weaver" wrote in message
...
Thanks Kevin.

How do I find these sheets or know that they might exist?!

James
-----Original Message-----
James,

XL4 macros are written on XLM sheets. They look like

regular spreadsheets,
except that the default columns are wider, and if you

enter a formula into
an XLM sheet, the formula remains. If you wrote "=4+5",

the cells would not
display 9.

Have a look at all the sheets contained in the workbook

for an XLM sheet.

I was once reasonably proficient in XLM, but am not any

longer.

As far as converting, there is no way to convert, other

than to rewrite. In
most cases, the XLM code should continue to work fine and

without
difficulty.

I hope others jump in and provide additional comments.

Best regards,
kevin


"James Weaver" wrote in message
...
I have developed a model in Excel 97 that contains a
number of macros (including an Auto_Open macro) and a
number of array formulae. For some users, the Model
crashes on opening. This problem can be solved by uisng
Excel 2000 but I want to get to the root of the problem.
I think it is either due to the macros or the array
formulae.

If you try to Disable macros on opening the file, you

get
the following message:

"The workbook contains a type of macro (Microsoft Excel
version 4.0 macros) that cannot be disabled. There may

be
viruses in these macros."

I am wondering whether it is the Excel 4.0 macros that

are
causing the file to crash on re-opening for some users.

IS THERE ANY WAY TO FIND OUT (i) WHICH PARTS OF THE

MACROS
ARE RECOGNISED AS EXCEL 4.0 MACROS AND (ii) HOW TO

CONVERT
THESE MACROS TO EXCEL 97?

Thanks,
James



.



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
Excel 2007 macros - how to merge 5 macros together into one Sue Excel Discussion (Misc queries) 1 April 16th 08 08:36 PM
Macros warning always shows up, even if all macros removed Joe M Excel Discussion (Misc queries) 1 December 20th 07 04:45 AM
Training: More on how to use macros in Excel: Recording Macros ToriT Excel Worksheet Functions 2 February 10th 06 07:05 PM
Suppress the Disable Macros / Enable Macros Dialog Shoji Karai Excel Programming 5 September 24th 03 03:10 AM
List the Macros that can be executed from Tools-Macros Rob Bovey Excel Programming 1 July 10th 03 05:34 PM


All times are GMT +1. The time now is 04:00 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"