Hi there,
Inside an Access macro, I start Excel with this line:
d:\blabla\excel.exe "e:\blabla\myworkbook.xls"
The workbook contains various worksheets. I want to be able to show one of these sheets when the workbook is opened. I thought about writing macros in the Excel workbook and call them from the commandline like this:
d:\blabla\excel.exe "e:\blabla\myworkbook.xls /m mymacro"
But this doesn't seem to work. How can I achieve what I want?
Bye,
Jeroen
A 3d level editor in Delphi
Inside an Access macro, I start Excel with this line:
d:\blabla\excel.exe "e:\blabla\myworkbook.xls"
The workbook contains various worksheets. I want to be able to show one of these sheets when the workbook is opened. I thought about writing macros in the Excel workbook and call them from the commandline like this:
d:\blabla\excel.exe "e:\blabla\myworkbook.xls /m mymacro"
But this doesn't seem to work. How can I achieve what I want?
Bye,
Jeroen
A 3d level editor in Delphi