I have call code for a button added to a new custom ribbon
This supposed to run a macro called Raw_Data when the icon is clicked
However this returns Argument not optional error
Any help would be greatly appreciated
Code:
Sub Raw_Data(control As IRibbonControl)
Call Raw_Data
End Sub
This supposed to run a macro called Raw_Data when the icon is clicked
However this returns Argument not optional error
Any help would be greatly appreciated
Last edited: