Costinbos77 Posted February 6, 2013 Posted February 6, 2013 Hi there, Where can I find details and explanations about the properties and methods of Excel in VBA? To learn the necessary elements in LISP: (setq myApp (vlax-get-or-create-object "Excel.Application")) (setq myWBook (vlax-invoke-method (vlax-get-property myApp 'WorkBooks) 'Add)) (setq sel (vlax-get-property myApp 'Selection) rsi (vlax-get-property sel 'Row) ) Thanks in advance. Quote
Lee Mac Posted February 6, 2013 Posted February 6, 2013 Here is the MSDN reference for the Excel Object Model: http://msdn.microsoft.com/en-us/library/bb149081%28v=office.12%29.aspx Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.