Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi all, I have a simple query. I have created a macro. It needs a control key to run. To put it more simple, it is a macro created manually and not using the VB. Now, everytime I open the spreadsheet, I do not want the macro to run with the control key. I want it to automatically run when the sheet is open. Can anyone please give me any suggestions on this please??? Thanks in advance, Praveen:) -- praveen_khm ------------------------------------------------------------------------ praveen_khm's Profile: http://www.excelforum.com/member.php...o&userid=30364 View this thread: http://www.excelforum.com/showthread...hreadid=514337 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub Workbook_Open()
myMacro 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 -- HTH Bob Phillips (remove nothere from email address if mailing direct) "praveen_khm" wrote in message ... Hi all, I have a simple query. I have created a macro. It needs a control key to run. To put it more simple, it is a macro created manually and not using the VB. Now, everytime I open the spreadsheet, I do not want the macro to run with the control key. I want it to automatically run when the sheet is open. Can anyone please give me any suggestions on this please??? Thanks in advance, Praveen:) -- praveen_khm ------------------------------------------------------------------------ praveen_khm's Profile: http://www.excelforum.com/member.php...o&userid=30364 View this thread: http://www.excelforum.com/showthread...hreadid=514337 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks Bob, It helps a lot. Thanks again. .. :) -- praveen_khm ------------------------------------------------------------------------ praveen_khm's Profile: http://www.excelforum.com/member.php...o&userid=30364 View this thread: http://www.excelforum.com/showthread...hreadid=514337 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I set up an automatic running average in Excel | Excel Worksheet Functions | |||
Automatic running of Macro for the whole spreadsheet | Excel Programming | |||
running macro at automatic time intervals | Excel Worksheet Functions | |||
Automatic running Plug-in functions on load -- Urgent | Excel Programming |