Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a lot of Excel '97 files made up in windows 98, containing a lot of
macros. These macros worked perfectly when I swithed to Windows XP and Excel 2003. Unfortunately, on Windows Vista all files load normally but their macros do not work. Variables not already declared must be declared, shortcut cell reference is not understood, bit these problems may be resolved. The "Chr(10)" in messages is not understood and I cannot find a solution on the error message "compile error in hidden module ..XX. The compilation error on "chr(10)" is .. 'can't find project or library'. Any idea to resolve this before going thru to all messages change ?? thank you -- Basilio |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In the VBIDE, go to ToolsReferences, and see if any items have MISSING
alongside them. If so, uncheck these items. -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "basilio" wrote in message ... I have a lot of Excel '97 files made up in windows 98, containing a lot of macros. These macros worked perfectly when I swithed to Windows XP and Excel 2003. Unfortunately, on Windows Vista all files load normally but their macros do not work. Variables not already declared must be declared, shortcut cell reference is not understood, bit these problems may be resolved. The "Chr(10)" in messages is not understood and I cannot find a solution on the error message "compile error in hidden module ..XX. The compilation error on "chr(10)" is .. 'can't find project or library'. Any idea to resolve this before going thru to all messages change ?? thank you -- Basilio |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Variables not already declared must be declared,
shortcut cell reference is not understood FWIW, these are not good programming practices. You should always require variable declaration, and you should avoid shortcut references and instead reference objects fully. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "basilio" wrote in message ... I have a lot of Excel '97 files made up in windows 98, containing a lot of macros. These macros worked perfectly when I swithed to Windows XP and Excel 2003. Unfortunately, on Windows Vista all files load normally but their macros do not work. Variables not already declared must be declared, shortcut cell reference is not understood, bit these problems may be resolved. The "Chr(10)" in messages is not understood and I cannot find a solution on the error message "compile error in hidden module ..XX. The compilation error on "chr(10)" is .. 'can't find project or library'. Any idea to resolve this before going thru to all messages change ?? thank you -- Basilio |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I make the Excel 2007 file preview work with Vista? | Excel Discussion (Misc queries) | |||
Why won't page down work in Excel 2007 on my Vista computr? | Excel Discussion (Misc queries) | |||
ms office 2003 excel does not work well on vista | Excel Discussion (Misc queries) | |||
Will Excel Solver in Office97 work with Vista? | Excel Discussion (Misc queries) | |||
MSN stock quote add-in for Excel 2007 doesn't work on Vista | Setting up and Configuration of Excel |