Welcome to MacForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Upgrade Old Excel Macros?

 
   Macintosh computer (Home) -> Excel RSS
Next:  Compilers  
Author Message
Mark Pruden

External


Since: Jul 13, 2004
Posts: 2



(Msg. 1) Posted: Tue Jul 13, 2004 8:42 pm
Post subject: Upgrade Old Excel Macros?
Archived from groups: microsoft>public>mac>office>excel (more info?)

I'm a long-time Excel user, who created some macros many
upgrades ago (maybe 15 or so years ago) that have still
worked until now, including in Excel 2001 for Macintosh,
but some of them are not working in my new Excel 2004
upgrade. I'm assuming I originally created them in the
old XLM format, but I'm not even sure of that. I'm not
real sophisticated about these things. Is there any
relatively simple way to upgrade the old macros to the new
language (VBA I think), or do I have to put in many hours
recreating these in the new language?

Thanks much!

 >> Stay informed about: Upgrade Old Excel Macros? 
Back to top
Login to vote
JE McGimpsey

External


Since: Mar 07, 2004
Posts: 3828



(Msg. 2) Posted: Tue Jul 13, 2004 11:45 pm
Post subject: Re: Upgrade Old Excel Macros? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <2c62401c4694c$2e9a4670$a401280a@phx.gbl>,
"Mark Pruden" <pruden.RemoveThis@fuse.net> wrote:

 > I'm a long-time Excel user, who created some macros many
 > upgrades ago (maybe 15 or so years ago) that have still
 > worked until now, including in Excel 2001 for Macintosh,
 > but some of them are not working in my new Excel 2004
 > upgrade. I'm assuming I originally created them in the
 > old XLM format, but I'm not even sure of that. I'm not
 > real sophisticated about these things. Is there any
 > relatively simple way to upgrade the old macros to the new
 > language (VBA I think), or do I have to put in many hours
 > recreating these in the new language?

The good news is that most XL4M macros still work in XL04. I don't know
why some aren't, but you can still edit them in macro sheets.

There's no easy way to convert them. You can get a start on them by
recording a VBA macro while you perform the steps of the XL4 macro. The
VBA macro recorder is very rudimentary, however, and doesn't produce
anything like efficient code. But it generally works.

A good place to start with macros is David McRitchie's site:

<a style='text-decoration: underline;' href="http://www.mvps.org/dmcritchie/excel/getstarted.htm" target="_blank">http://www.mvps.org/dmcritchie/excel/getstarted.htm</a>

Be sure to post back here when you have questions.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Upgrade Old Excel Macros? 
Back to top
Login to vote
anonymous5

External


Since: Nov 05, 2003
Posts: 718



(Msg. 3) Posted: Thu Jul 15, 2004 11:39 am
Post subject: Re: Upgrade Old Excel Macros? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I'm new to newsgroups, and I don't know if communicating
appreciation is part of the protocol, I just wish to thank
you very much for the courtesy of you response, and the
valuable information in it. Thanks so much!

 >-----Original Message-----
 >In article <2c62401c4694c$2e9a4670$a401280a@phx.gbl>,
 > "Mark Pruden" <pruden RemoveThis @fuse.net> wrote:
 >
  >> I'm a long-time Excel user, who created some macros many
  >> upgrades ago (maybe 15 or so years ago) that have still
  >> worked until now, including in Excel 2001 for Macintosh,
  >> but some of them are not working in my new Excel 2004
  >> upgrade. I'm assuming I originally created them in the
  >> old XLM format, but I'm not even sure of that. I'm not
  >> real sophisticated about these things. Is there any
  >> relatively simple way to upgrade the old macros to the new
  >> language (VBA I think), or do I have to put in many hours
  >> recreating these in the new language?
 >
 >The good news is that most XL4M macros still work in XL04.
I don't know
 >why some aren't, but you can still edit them in macro sheets.
 >
 >There's no easy way to convert them. You can get a start
on them by
 >recording a VBA macro while you perform the steps of the
XL4 macro. The
 >VBA macro recorder is very rudimentary, however, and
doesn't produce
 >anything like efficient code. But it generally works.
 >
 >A good place to start with macros is David McRitchie's site:
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.mvps.org/dmcritchie/excel/getstarted.htm</font" target="_blank">http://www.mvps.org/dmcritchie/excel/getstarted.htm</font</a>>
 >
 >Be sure to post back here when you have questions.
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Upgrade Old Excel Macros? 
Back to top
Login to vote
Mark Pruden

External


Since: Jul 13, 2004
Posts: 2



(Msg. 4) Posted: Thu Jul 15, 2004 11:44 am
Post subject: Re: Upgrade Old Excel Macros? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Whoops! I didn't mean for my appreciation to be anonymous!
I'm still learning this protocol! Thanks again.

 >-----Original Message-----
 >I'm new to newsgroups, and I don't know if communicating
 >appreciation is part of the protocol, I just wish to thank
 >you very much for the courtesy of you response, and the
 >valuable information in it. Thanks so much!
 >
  >>-----Original Message-----
  >>In article <2c62401c4694c$2e9a4670$a401280a@phx.gbl>,
  >> "Mark Pruden" <pruden DeleteThis @fuse.net> wrote:
  >>
   >>> I'm a long-time Excel user, who created some macros many
   >>> upgrades ago (maybe 15 or so years ago) that have still
   >>> worked until now, including in Excel 2001 for Macintosh,
   >>> but some of them are not working in my new Excel 2004
   >>> upgrade. I'm assuming I originally created them in the
   >>> old XLM format, but I'm not even sure of that. I'm not
   >>> real sophisticated about these things. Is there any
   >>> relatively simple way to upgrade the old macros to the new
   >>> language (VBA I think), or do I have to put in many hours
   >>> recreating these in the new language?
  >>
  >>The good news is that most XL4M macros still work in XL04.
 >I don't know
  >>why some aren't, but you can still edit them in macro sheets.
  >>
  >>There's no easy way to convert them. You can get a start
 >on them by
  >>recording a VBA macro while you perform the steps of the
 >XL4 macro. The
  >>VBA macro recorder is very rudimentary, however, and
 >doesn't produce
  >>anything like efficient code. But it generally works.
  >>
  >>A good place to start with macros is David McRitchie's site:
  >>
<font color=green>  >> <a style='text-decoration: underline;' href="http://www.mvps.org/dmcritchie/excel/getstarted.htm</font" target="_blank">http://www.mvps.org/dmcritchie/excel/getstarted.htm</font</a>>
  >>
  >>Be sure to post back here when you have questions.
  >>.
  >>
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Upgrade Old Excel Macros? 
Back to top
Login to vote
JE McGimpsey

External


Since: Mar 07, 2004
Posts: 3828



(Msg. 5) Posted: Thu Jul 15, 2004 1:49 pm
Post subject: Re: Upgrade Old Excel Macros? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <2e3b701c46a92$ba604fa0$a301280a@phx.gbl>,
<anonymous RemoveThis @discussions.microsoft.com> wrote:

 > I'm new to newsgroups, and I don't know if communicating
 > appreciation is part of the protocol, I just wish to thank
 > you very much for the courtesy of you response, and the
 > valuable information in it. Thanks so much!

You're very welcome.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Upgrade Old Excel Macros? 
Back to top
Login to vote
Display posts from previous:   
   Macintosh computer (Home) -> Excel All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]