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

Any plans for 2008 trial version?

 
   Macintosh computer (Home) -> General Discussion RSS
Next:  "Office for Mac 2008" on the Microsoft ..  
Author Message
codeman38

External


Since: Jan 15, 2008
Posts: 6



(Msg. 1) Posted: Tue Jan 15, 2008 11:36 am
Post subject: Any plans for 2008 trial version?
Archived from groups: microsoft>public>mac>office (more info?)

I'm just curious if there are plans to release a 30-day trial version of Office 2008, as there was for Office 2004, and if so, when it will be downloadable. I'm considering upgrading to Office 2008, but would like to try it out first to make sure it offers what I need compared to 2004.

 >> Stay informed about: Any plans for 2008 trial version? 
Back to top
Login to vote
Jolly Roger

External


Since: Sep 09, 2006
Posts: 3119



(Msg. 2) Posted: Tue Jan 15, 2008 2:15 pm
Post subject: Re: Any plans for 2008 trial version? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <ee888ad.-1.RemoveThis@webcrossing.caR9absDaxw>,
codeman38.RemoveThis@officeformac.com wrote:

> I'm just curious if there are plans to release a 30-day trial version of
> Office 2008, as there was for Office 2004, and if so, when it will be
> downloadable. I'm considering upgrading to Office 2008, but would like to
> try it out first to make sure it offers what I need compared to 2004.

I really hope not, considering the plethora of problems associated with
the 2004 trial version!!!

--
Note: Please send all responses to the relevant news group. If you
must contact me through e-mail, let me know when you send email to
this address so that your email doesn't get eaten by my SPAM filter.

JR

 >> Stay informed about: Any plans for 2008 trial version? 
Back to top
Login to vote
Daiya Mitchell

External


Since: Oct 04, 2004
Posts: 2420



(Msg. 3) Posted: Tue Jan 15, 2008 6:45 pm
Post subject: Re: Any plans for 2008 trial version? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Jolly Roger wrote:
> In article <ee888ad.-1.RemoveThis@webcrossing.caR9absDaxw>,
> codeman38.RemoveThis@officeformac.com wrote:
>
>
>> I'm just curious if there are plans to release a 30-day trial version of
>> Office 2008, as there was for Office 2004, and if so, when it will be
>> downloadable. I'm considering upgrading to Office 2008, but would like to
>> try it out first to make sure it offers what I need compared to 2004.
>>
>
> I really hope not, considering the plethora of problems associated with
> the 2004 trial version!!!
>

I've been told (at Macworld Expo) that there will be a 2008 trial
version, but no promises as to when.

Re the problems--the problems came from *not* removing the trial version
before installing the real version--I believe the 2008 installer has
been improved to offer to remove earlier versions, and I *think* (not
totally sure) that it will communicate and execute the "test drive MUST
be gone" message.

Codeman38--small specific questions about what it offers may be asked on
the newsgroups, but it's always best to try the program before making a
decision, of course.

Daiya
 >> Stay informed about: Any plans for 2008 trial version? 
Back to top
Login to vote
codeman38

External


Since: Jan 15, 2008
Posts: 6



(Msg. 4) Posted: Tue Jan 15, 2008 7:16 pm
Post subject: Macro questions about 2008 (was: Any plans [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Daiya Mitchell wrote: <blockquote><tt>Codeman38--small specific questions about what it offers may be asked on the newsgroups, but it's always best to try the program before making a decision, of course. </tt></blockquote><br><br>The two biggest issues I was concerned about involved macros in Excel: <br><br>1. Is it possible to record actions done in Excel as AppleScripts using the "Record" button in Script Editor (akin to the Record New Macro command in 2004), or is it only possible to write AppleScripts for Office by hand? <br><br>2. Are VBA macros in an .xlsm file preserved in a conversion to .xls (i.e., Excel 2004 format), so that they could be run in Excel 2004 if need be? According to the online FAQ, this is true of Word, but it doesn't specify whether it's true of Excel as well. <br><br>If anyone with a copy of Office 2008 could let me know the answers to these questions, it'd be much appreciated; I haven't found a clear answer on either.
 >> Stay informed about: Any plans for 2008 trial version? 
Back to top
Login to vote
codeman38

External


Since: Jan 15, 2008
Posts: 6



(Msg. 5) Posted: Tue Jan 15, 2008 7:22 pm
Post subject: Re: Macro questions about 2008 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I wrote: <blockquote><tt> 2. Are VBA macros in an .xlsm file preserved in a conversion to .xls (i.e., Excel 2004 format), so that they could be run in Excel 2004 if need be? According to the online FAQ, this is true of Word, but it doesn't specify whether it's true of Excel as well. </tt></blockquote><br><br>Never mind; I wasn't looking close enough at the help section. This does appear to be true of Excel as well, unless I'm misreading things. <br><br>Still curious about question 1, though; recording macros and then editing them by hand later can be very helpful when one's not entirely sure of the script syntax or semantics.
 >> Stay informed about: Any plans for 2008 trial version? 
Back to top
Login to vote
Daiya Mitchell

External


Since: Oct 04, 2004
Posts: 2420



(Msg. 6) Posted: Tue Jan 15, 2008 7:38 pm
Post subject: Re: Macro questions about 2008 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

There isn't a recorder.

But, there are similarities. Kinda like it uses the same vocabulary, but
you have to put it into an entirely different grammar?

For instance, compare these two sets of code:

http://word.mvps.org/Mac/PasteText.html
http://word.mvps.org/Mac/word2008/PasteTextAS.html (caveat: draft
article!)

You'll see how they match up. I'm no AppleScripter, so not entirely sure
how true that holds throughout, but it may help.

MacTech has a guide on converting Office VBA to AppleScript that was
written by very good people.
http://www.mactech.com/vba-transition-guide/

Daiya

codeman38 DeleteThis @officeformac.com wrote:
> Daiya Mitchell wrote:
>
> Codeman38--small specific questions about what it offers may be
> asked on the newsgroups, but it's always best to try the program
> before making a decision, of course.
>
>
>
> The two biggest issues I was concerned about involved macros in Excel:
>
> 1. Is it possible to record actions done in Excel as AppleScripts
> using the "Record" button in Script Editor (akin to the Record New
> Macro command in 2004), or is it only possible to write AppleScripts
> for Office by hand?
>
> 2. Are VBA macros in an .xlsm file preserved in a conversion to .xls
> (i.e., Excel 2004 format), so that they could be run in Excel 2004 if
> need be? According to the online FAQ, this is true of Word, but it
> doesn't specify whether it's true of Excel as well.
>
> If anyone with a copy of Office 2008 could let me know the answers to
> these questions, it'd be much appreciated; I haven't found a clear
> answer on either.
 >> Stay informed about: Any plans for 2008 trial version? 
Back to top
Login to vote
JE McGimpsey

External


Since: Mar 07, 2004
Posts: 3828



(Msg. 7) Posted: Tue Jan 15, 2008 8:42 pm
Post subject: Re: Macro questions about 2008 (was: Any plans for 2008 trial version?) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <ee888ad.2.TakeThisOut@webcrossing.caR9absDaxw>,
codeman38.TakeThisOut@officeformac.com wrote:

> Daiya Mitchell wrote: <blockquote><tt>Codeman38--small specific questions
> about what it offers may be asked on the newsgroups, but it's always best to
> try the program before making a decision, of course.
> </tt></blockquote><br><br>The two biggest issues I was concerned about
> involved macros in Excel: <br><br>1. Is it possible to record actions done
> in Excel as AppleScripts using the "Record" button in Script Editor (akin to
> the Record New Macro command in 2004), or is it only possible to write
> AppleScripts for Office by hand? <br><br>2. Are VBA macros in an .xlsm file
> preserved in a conversion to .xls (i.e., Excel 2004 format), so that they
> could be run in Excel 2004 if need be? According to the online FAQ, this is
> true of Word, but it doesn't specify whether it's true of Excel as well.
> <br><br>If anyone with a copy of Office 2008 could let me know the answers to
> these questions, it'd be much appreciated; I haven't found a clear answer on
> either.

AppleScripts must be written by the user, they can't be recorded.

VBA macros are preserved in .xls and .xlsm files when round-tripped
through XL2008 (though you're given an option to remove the macros).
 >> Stay informed about: Any plans for 2008 trial version? 
Back to top
Login to vote
codeman38

External


Since: Jan 15, 2008
Posts: 6



(Msg. 8) Posted: Wed Jan 16, 2008 11:52 am
Post subject: Re: Macro questions about 2008 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I can figure out AppleScript quite easily... however, I"m not so sure that will be true of the people in the freshman-level Computational Science course for which I'm serving as a teaching assistant. If they're doing assignments on their Macs at home, no longer will they be able to just click Record to do something as simple as a repeated copy-paste... they will have to learn to write AppleScript code for it instead, in a class that's not even focused on programming. <br><br>I guess I'll just have to tell them to use the Windows machines in the lab instead... or stick with Office 2004... or go buy Parallels, and good luck if they're on an older G4 like I am... or just copy and paste manually 20 times...
 >> Stay informed about: Any plans for 2008 trial version? 
Back to top
Login to vote
Jolly Roger

External


Since: Sep 09, 2006
Posts: 3119



(Msg. 9) Posted: Wed Jan 16, 2008 3:18 pm
Post subject: Re: Any plans for 2008 trial version? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <ONW1Vn#VIHA.1208@TK2MSFTNGP05.phx.gbl>,
Daiya Mitchell <daiyaNOSPAM.DeleteThis@mvps.org.INVALID> wrote:

> Jolly Roger wrote:
> > In article <ee888ad.-1.DeleteThis@webcrossing.caR9absDaxw>,
> > codeman38.DeleteThis@officeformac.com wrote:
> >
> >
> >> I'm just curious if there are plans to release a 30-day trial version of
> >> Office 2008, as there was for Office 2004, and if so, when it will be
> >> downloadable. I'm considering upgrading to Office 2008, but would like to
> >> try it out first to make sure it offers what I need compared to 2004.
> >>
> >
> > I really hope not, considering the plethora of problems associated with
> > the 2004 trial version!!!
>
> I've been told (at Macworld Expo) that there will be a 2008 trial
> version, but no promises as to when.

*cringe* ohh boy!! ; )
> Re the problems--the problems came from *not* removing the trial version
> before installing the real version--I believe the 2008 installer has
> been improved to offer to remove earlier versions, and I *think* (not
> totally sure) that it will communicate and execute the "test drive MUST
> be gone" message.

We can only hope! ; )

--
Note: Please send all responses to the relevant news group. If you
must contact me through e-mail, let me know when you send email to
this address so that your email doesn't get eaten by my SPAM filter.

JR
 >> Stay informed about: Any plans for 2008 trial version? 
Back to top
Login to vote
Display posts from previous:   
   Macintosh computer (Home) -> General Discussion 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 ]