Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel 97 Macros in Later Version of Windows

I have an Excel file with macros developed in Excel97.
This file was used by a user in a later version of Windows
(I believe Windows 2003) and Office. I have now received
the file back from this user. I am trying to run the
macros in Excel 97 (in Windows NT 4.0) but with no
success. The macros which call up the user forms (dialog
boxes) are freezing.

Does anyone have any ideas about how to solve the problem?
Should I change any Excel settings or amend any code in
the macros?

Partho
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Excel 97 Macros in Later Version of Windows

Patho
This may be to do with modality
in xl97 forms were modal (ie everything stops when they
are shown) in 2000 and beyond they can be modal or non
modal.

In a version later than 97 try changing the show modal
property of the forms to false.

You could also try saving the workbook back in 97 close
and re-open, before running the code, this should strip
out the newer parts.

(and get everyone onto XP or 2003 - there are a few useful
enhancements over 97)

cheers
Simon


-----Original Message-----
I have an Excel file with macros developed in Excel97.
This file was used by a user in a later version of

Windows
(I believe Windows 2003) and Office. I have now received
the file back from this user. I am trying to run the
macros in Excel 97 (in Windows NT 4.0) but with no
success. The macros which call up the user forms (dialog
boxes) are freezing.

Does anyone have any ideas about how to solve the

problem?
Should I change any Excel settings or amend any code in
the macros?

Partho
.

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 use Windows command within Excel macros Tom Excel Discussion (Misc queries) 2 April 20th 10 12:01 AM
After Windows update scheduled task uses wrong version of Excel CharlesW Excel Discussion (Misc queries) 0 July 15th 09 04:53 PM
What version of Excel do I need for Windows XP Home edition? LisaH Excel Discussion (Misc queries) 2 May 26th 07 06:37 PM
Anyone have troubles running 2003 macros in 2000 version of Excel Jim Excel Discussion (Misc queries) 0 April 19th 06 02:15 PM
Macros disabled on all but one of 3 windows in excel ullrich fischer Excel Programming 1 July 21st 03 08:03 PM


All times are GMT +1. The time now is 05:37 AM.

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"