Give a feedback to Office Developer UserVoice forum
This is a way for users give feedback to Microsoft when using Microsoft products.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When you try to use Mac Word VBA to automate Excel, there is a problem because when you use
Dim xapp As Object
Set xapp = CreateObject(-Excel.Application-)
*NB, I had to use a - instead of a double quotation mark because your web interface rejected double quotation marks.
if xapp is returned at all, it actually returns an Excel.Workbook object.
So it is possible to work around that, but what I would like to know is when is Microsoft going to fix the problem, or document a solution if that is what is required.
Give a feedback to Office Developer UserVoice forum
This is a way for users give feedback to Microsoft when using Microsoft products.