Skip to content.

Sections
Personal tools
You are here: Home » コミュニティ » masarl memorial » homepage3.nifty.com » masarl » article » excel-decorator » SheetDecoratorClass.txt

SheetDecoratorClass.txt

Document Actions

Attribute VB_Name = "SheetDecoratorClass" Option Explicit

Private Function GetActiveSheetDecorator() As SheetDecorator Set GetActiveSheetDecorator = AppDecoratorClass.ActiveInstance.ActiveBookDecorator.ActiveSheetDecorator End Function

Sub DoCommand() GetActiveSheetDecorator().DoCommand End Sub