Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
what are the errors you're receiving?
"Wonder" wrote in message ... Hi, I have a few excel spreadsheet which are linked. One of the spreadsheet has macro created in it and it takes almost 6-7 mins to execute. This files were created in Excel 95. I want to run it in excel 2000 & 2002 and its showing so many errors. Is there anyway to convert this files to the higher version so that it works the same as in the earlier version? Need help on this! I'm new to macros and VBA. Thanks... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There were so many errors. This could be because of the
version incompatibilities. One of the error that I encountered: Workbooks.Open Filename:=DataPath + "MOPS.XLS" --(XL95) and I changed it to Workbooks.Open DataPath & "MOPS.XLS" -- (XL2002) Like this, there were so many errors and I'm new to this macro. I don't know the use of each functions. I'm just getting help from some examples from the internet and the help. Is there an easiest way to convert this files to excel 2000/2002? Thanks. -----Original Message----- what are the errors you're receiving? "Wonder" wrote in message ... Hi, I have a few excel spreadsheet which are linked. One of the spreadsheet has macro created in it and it takes almost 6-7 mins to execute. This files were created in Excel 95. I want to run it in excel 2000 & 2002 and its showing so many errors. Is there anyway to convert this files to the higher version so that it works the same as in the earlier version? Need help on this! I'm new to macros and VBA. Thanks... . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Conversion | New Users to Excel | |||
Excel conversion to PDF? | Excel Discussion (Misc queries) | |||
Excel conversion | New Users to Excel | |||
Excel conversion | New Users to Excel | |||
Excel to PDF conversion in VB | Excel Discussion (Misc queries) |