> Open in safe mode or hold SHIFT key while opening.
>
[quoted text clipped - 24 lines]
>
> - Show quoted text -
I thought your original problem was how to open Excel and run a macro.
>> >> >Thanks. But this would still require some human intervention to open
>> >> >Excel and run the macro. Ideally, I am looking to develop a process
>> >> >that can be run at certain date/time as a scheduled task.- Hide quoted text -
I made a suggestion to use Windows Task Scheduler.
Now you are wondering how users can open that workbook without macros enabled.
I would now suggest you purchase a digital certificate and sign your workbook.
Gord
>Well, that means I need to force all users to do something extra just
>to open a spreadsheet. And if someone doesn't remember to do so, then
[quoted text clipped - 36 lines]
>>
>> - Show quoted text -
Arshavir Grigorian - 13 Feb 2008 01:58 GMT
My objective is to ultimately develop a flexible application. And the
two scenarios are not mutually exclusive - running the code in a batch
process AND opening the spreadsheet manually to make changes or learn
how it works or simply to view the data electronically or whatever
else.
To be sure, I am not worried about users intentionally altering/
breaking the code, but rather executing code without knowing about it
which is what workbook_open event would do every time someone opens
the file. So I don't think digitally signing the workbook is relevant.
> I thought your original problem was how to open Excel and run a macro.
>
[quoted text clipped - 55 lines]
>
> - Show quoted text -
Diver Mike - 01 Mar 2008 21:35 GMT
I think you could create a form to be displayed upon open that would give the
user options to continue execution of the desired code or to open the
workbook for "viewing purposes". If needed you could even add a simple
password to prevent folks who are not supposed to execute the code from doing
so. Just an idea.
> My objective is to ultimately develop a flexible application. And the
> two scenarios are not mutually exclusive - running the code in a batch
[quoted text clipped - 64 lines]
> >
> > - Show quoted text -