Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default how to execute a macro automatically

can the answer be posted here so others can read it , please

Ro


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 718
Default how to execute a macro automatically

In a general module:

Sub Auto_open()
End sub


HTH
--
AP

"Roger" a écrit dans le message de news:
...
can the answer be posted here so others can read it , please

Ro



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default how to execute a macro automatically


"Roger" wrote in message
...
can the answer be posted here so others can read it , please


Wouldn't do it any other way.

In response to the question

Private Sub Workbook_Open()
End Sub

'This is workbook event code.
'To input this code, right click on the Excel icon on the worksheet
'(or next to the File menu if you maximise your workbooks),
'select View Code from the menu, and paste the code



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
How to execute a macro automatically at startup of Excel? Radim Excel Programming 9 June 29th 06 11:55 AM
Automatically execute a CTRL-ALT-F9 when I open a workbook Antonio Duarte Excel Discussion (Misc queries) 1 June 15th 05 02:48 PM
Execute Macro automatically after hyperlink Bill Elerding Excel Discussion (Misc queries) 13 May 5th 05 01:01 AM
Automatically execute a macro Harry[_6_] Excel Programming 2 October 15th 04 12:37 PM
If values in two columns are equal I want to automatically execute a macro Tom Rinks Excel Programming 1 February 1st 04 04:58 PM


All times are GMT +1. The time now is 08:14 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"