RamblingCookieMonster / PSExcel

A simple Excel PowerShell module

Home Page:http://ramblingcookiemonster.github.io/PSExcel-Intro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Feature loading references and running excel VBA macros

lucidBrot opened this issue · comments

I have a macro for excel in VBA, which I need to run on a given excel spreadsheet. The usual workflow is like

  1. open the spreadsheet
  2. activate reference to "Microsoft VB RegExp"
  3. import all modules needed
  4. save as xlsm and run the macro

I'm sure, this could be automated to only take running a script. But I don't think PSExcel features that? Would be cool if it does, or will

I have no longer need for this. I'm closing this issue