PC Review


Reply
Thread Tools Rate Thread

Automatic Macros

 
 
=?Utf-8?B?cm1jc2FudG9z?=
Guest
Posts: n/a
 
      19th Oct 2006
In previous version of Excel, we can use sub autopen or sub autoexec, or
something like that~.
Now in Excel 2003 can we use the same sub? Or there is anyway to do it?

Thanks

--
Rui Santos
Portugal
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Q2hhcmxlcyBDaGlja2VyaW5n?=
Guest
Posts: n/a
 
      19th Oct 2006
Sub AutoOpen() Still works, how ever there are a lot of event driven options
available in the current version of excel. Open the Editor, then double click
the "ThisWorkbook" item under the VBAProject(YourBook.xls) on the left side
of the screen. then above the code window there should be 2 comboboxex, in
the left one select "Workbook" in the right one there should be a list of all
the event triggers that you can use, select the one that's most appropriate
for what you want to do, probably Open.

HTH
--
Charles Chickering

"A good example is twice the value of good advice."


"rmcsantos" wrote:

> In previous version of Excel, we can use sub autopen or sub autoexec, or
> something like that~.
> Now in Excel 2003 can we use the same sub? Or there is anyway to do it?
>
> Thanks
>
> --
> Rui Santos
> Portugal

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      19th Oct 2006
But use:
Sub Auto_Open()
(note the underscore)

rmcsantos wrote:
>
> In previous version of Excel, we can use sub autopen or sub autoexec, or
> something like that~.
> Now in Excel 2003 can we use the same sub? Or there is anyway to do it?
>
> Thanks
>
> --
> Rui Santos
> Portugal


--

Dave Peterson
 
Reply With Quote
 
=?Utf-8?B?Q2hhcmxlcyBDaGlja2VyaW5n?=
Guest
Posts: n/a
 
      19th Oct 2006
Doh! Thanks, for catching my typo Dave.
--
Charles Chickering

"A good example is twice the value of good advice."


"Dave Peterson" wrote:

> But use:
> Sub Auto_Open()
> (note the underscore)
>
> rmcsantos wrote:
> >
> > In previous version of Excel, we can use sub autopen or sub autoexec, or
> > something like that~.
> > Now in Excel 2003 can we use the same sub? Or there is anyway to do it?
> >
> > Thanks
> >
> > --
> > Rui Santos
> > Portugal

>
> --
>
> Dave Peterson
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
automatic macros =?Utf-8?B?SnVsaWU=?= Microsoft Word Document Management 1 25th Oct 2006 12:00 AM
using automatic macros or object macros =?Utf-8?B?TW9tbw==?= Microsoft Excel Programming 1 8th Feb 2005 05:39 PM
Automatic Macros Keith Microsoft Excel Programming 2 3rd Dec 2004 01:42 PM
automatic macros =?Utf-8?B?aXRzbWU=?= Microsoft Excel Misc 24 16th Jun 2004 02:58 PM
Automatic Macros Diego Microsoft Excel Programming 4 7th Nov 2003 03:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:59 PM.