Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Excel conversion

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Excel conversion

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
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
Excel Conversion RFB New Users to Excel 2 January 11th 10 08:12 PM
Excel conversion to PDF? Sigi Rindler Excel Discussion (Misc queries) 1 October 27th 06 02:53 PM
Excel conversion Realstar New Users to Excel 1 January 31st 06 11:34 PM
Excel conversion Realstar New Users to Excel 3 January 23rd 06 01:18 AM
Excel to PDF conversion in VB Paul Watkins Excel Discussion (Misc queries) 4 July 21st 05 03:55 PM


All times are GMT +1. The time now is 03:54 PM.

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"