Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
David,
You can't turn a VBA macro in to an exe file. If you want to execute it with Scheduler, put the following code in the ThisWorkbook code module: Private Sub Workbook_Open() ' call your code here End Sub Then, have Scheduler open this workbook. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "David" wrote in message ... How do i turn a macro into a .exe file that can be executed using the scheduler? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VB Code Or Macros | New Users to Excel | |||
Macros/vba Code | Excel Discussion (Misc queries) | |||
Excel into executable | Excel Worksheet Functions | |||
Turning Off Personal Macros sheet | Excel Discussion (Misc queries) | |||
Turning Off AutoFilter With Code | Excel Programming |