[AccessD] Macro Example

Nancy Lytle nancy.lytle at auatac.com
Thu Apr 24 12:37:08 CDT 2003


Thanks Bryan, I tested yours out too, and now with both of these methods I
feel like I have learned something really new today.
I have tried in the past to create a Word macro but couldn't get the
recording part, so now I know I can do it in code also,
Thanks Martin and Bryan,
Nancy L

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Bryan
Carbonnell
Sent: Thursday, April 24, 2003 1:25 PM
To: accessd at databaseadvisors.com
Subject: Re: [AccessD] Macro Example


Same macro Hand coded:

Sub Test()

Documents.Open "exam2003.doc"

End sub

Bryan Carbonnell
bryan_carbonnell at cbc.ca

>>> Mwp.Reid at Queens-Belfast.AC.UK 24-Apr-03 1:14:03 PM >>>
Word Macro

Sub test()
'
' test Macro
' Macro recorded 4/24/2003 by mr
'
    Documents.Open FileName:="exam2003.doc", ConfirmConversions:=False, _
        ReadOnly:=False, AddToRecentFiles:=False, PasswordDocument:="", _
        PasswordTemplate:="", Revert:=False, WritePasswordDocument:="", _
        WritePasswordTemplate:="", Format:=wdOpenFormatAuto
End Sub





Quoting Nancy Lytle <nancy.lytle at auatac.com>:

> I would like to have seen an actual example of what a macro is in Word
> or
> Excel, since I have never used either and have no clue.
> Nancy L
>
> -----Original Message-----
> From: accessd-bounces at databaseadvisors.com
> [mailto:accessd-bounces at databaseadvisors.com]On Behalf Of John Bartow
> Sent: Thursday, April 24, 2003 12:10 PM
> To: accessd at databaseadvisors.com
> Subject: RE: Hair-Splitting definitions of Macros - was
> RE:[AccessD]VBAquestion
>
>
> It wasn't something important to me but I was enjoying the discussion
> and
> was looking forward to the eventual decision that might have been
> arrived
> at. So I'm asking everyone that was involved to please continue this
> thread.
>
> Sometimes it nice to just use the delete key rather than the "kill
> button".
> I think our moderators come down pretty quickly on inappropriate threads
> and
> besides, we need to show each other respect on this list and act like
> friends or it will end up like some of the other lists (which I no
> longer
> monitor).
>
> It's quite simple, if you want to be a moderator - sign up, otherwise
> don't
> moderate.
>
> :o)
>
>
>
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com

_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list