phrozenflame Posted January 1, 2007 Share Posted January 1, 2007 Hi,I have an excel file with macro and was wondering if there is a way to open this excel file from PHP and run the macro. The short cut key to run macro is CTRL+SHIFT+A and is it als possible to send shortcut key in PHP?Any suggestion/input is much appreciated.thanks in advance, Link to comment https://forums.phpfreaks.com/topic/32442-solved-running-macro-in-php/ Share on other sites More sharing options...
trq Posted January 1, 2007 Share Posted January 1, 2007 If your server is running on windows you can use php's [url=http://php.net/com]COM[/url] to access many underlying objects on windows. Find a tutorial on doing what you want with COM and away you go. Link to comment https://forums.phpfreaks.com/topic/32442-solved-running-macro-in-php/#findComment-150746 Share on other sites More sharing options...
phrozenflame Posted January 1, 2007 Author Share Posted January 1, 2007 Thanks for reply Link to comment https://forums.phpfreaks.com/topic/32442-solved-running-macro-in-php/#findComment-150747 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.