Thursday, October 15, 2015

vba - How do I install Visual Basic for Applications 2013 in Office 365?

I've recently taken out a subscription to Office 365 and have downloaded the desktop office programs. However, I'm trying to install an EPM excel addin and it's complaining that it needs "Microsoft Visual Basic for Application 2013 or later".



The thing is, all instructions online for Office 2013 involve going to Add/Remove programs and clicking change, which brings up the repair Office 365 dialog instead of allowing me to install the optional VBA component.



Does anyone have an idea as to how I can install VBA 2013 when I've got Office 365?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...