How to call sheet-specific macro from one Excel workbook in another?

后端 未结 4 1607
野的像风
野的像风 2021-01-05 01:53

I\'m trying to call an Excel macro that\'s in another workbook. It\'s a sheet-specific macro, but the syntax given by Microsoft documentation and researching on the web, on

4条回答
  •  北海茫月
    2021-01-05 01:59

    Does the VBA project have password protection? Also, is the sub a private sub? If so, then I don't believe the macro will be found.

提交回复
热议问题