Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I recently upgraded to Office 2000 Pro to 2003 Std. My automation programs in Excel which I wrote in VBA in Office 2000 don't work anymore in 2003. It will give errors at functions like LCASE which still work fine in 2000 but it's like it doesn't recognize the syntax. I re-upgraded to 2003 Pro, thinking Std. didn't let you run VBA, but the same problem happened. Is it hopefully just a problem with the references? I think I have them all there... but anyways something isn't working right. Thanks for your help! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Open up one of those workbooks that won't work.
Go into the VBE and select your project. Then click on Tools|References Look for MISSING in that list. A missing reference can cause the trouble you're having. If the missing reference isn't required, you can remove the reference. If you're using that refererence (or trying to use it), you may have more work to do. Post back with your findings. (a missing reference can cause trouble like what you describe with lcase().) Pat wrote: Hi, I recently upgraded to Office 2000 Pro to 2003 Std. My automation programs in Excel which I wrote in VBA in Office 2000 don't work anymore in 2003. It will give errors at functions like LCASE which still work fine in 2000 but it's like it doesn't recognize the syntax. I re-upgraded to 2003 Pro, thinking Std. didn't let you run VBA, but the same problem happened. Is it hopefully just a problem with the references? I think I have them all there... but anyways something isn't working right. Thanks for your help! -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes it works now! There was a reference missing... although it had to do with
sql queries (xlodbc.xla). Still I could have sworn it was giving an error for LCASE before. Anyways, thanks for your help! "Dave Peterson" wrote: Open up one of those workbooks that won't work. Go into the VBE and select your project. Then click on Tools|References Look for MISSING in that list. A missing reference can cause the trouble you're having. If the missing reference isn't required, you can remove the reference. If you're using that refererence (or trying to use it), you may have more work to do. Post back with your findings. (a missing reference can cause trouble like what you describe with lcase().) Pat wrote: Hi, I recently upgraded to Office 2000 Pro to 2003 Std. My automation programs in Excel which I wrote in VBA in Office 2000 don't work anymore in 2003. It will give errors at functions like LCASE which still work fine in 2000 but it's like it doesn't recognize the syntax. I re-upgraded to 2003 Pro, thinking Std. didn't let you run VBA, but the same problem happened. Is it hopefully just a problem with the references? I think I have them all there... but anyways something isn't working right. Thanks for your help! -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It was just a coincidence that the line that caused the error was lcase(). It
could have been any line. Pat wrote: Yes it works now! There was a reference missing... although it had to do with sql queries (xlodbc.xla). Still I could have sworn it was giving an error for LCASE before. Anyways, thanks for your help! "Dave Peterson" wrote: Open up one of those workbooks that won't work. Go into the VBE and select your project. Then click on Tools|References Look for MISSING in that list. A missing reference can cause the trouble you're having. If the missing reference isn't required, you can remove the reference. If you're using that refererence (or trying to use it), you may have more work to do. Post back with your findings. (a missing reference can cause trouble like what you describe with lcase().) Pat wrote: Hi, I recently upgraded to Office 2000 Pro to 2003 Std. My automation programs in Excel which I wrote in VBA in Office 2000 don't work anymore in 2003. It will give errors at functions like LCASE which still work fine in 2000 but it's like it doesn't recognize the syntax. I re-upgraded to 2003 Pro, thinking Std. didn't let you run VBA, but the same problem happened. Is it hopefully just a problem with the references? I think I have them all there... but anyways something isn't working right. Thanks for your help! -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
C++ dll in Excel 97 does not work in Excel 2003 | Excel Discussion (Misc queries) | |||
sub totals don't work properly since upgrading excel 2003 | Excel Worksheet Functions | |||
Excel 2003 random number generator | Excel Discussion (Misc queries) | |||
How do I override fixed decimal place settings in EXcel 2003? | Excel Worksheet Functions | |||
can a workbook with macros created in excel 2003 work in excel 20. | Excel Discussion (Misc queries) |