Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use Windows command within Excel macros | Excel Discussion (Misc queries) | |||
After Windows update scheduled task uses wrong version of Excel | Excel Discussion (Misc queries) | |||
What version of Excel do I need for Windows XP Home edition? | Excel Discussion (Misc queries) | |||
Anyone have troubles running 2003 macros in 2000 version of Excel | Excel Discussion (Misc queries) | |||
Macros disabled on all but one of 3 windows in excel | Excel Programming |