Newworkbook

J

JonMny

I am adding a custom item to the taskpane using...


ThisWorkbook.ActiveSheet.Application.NewWorkbook.remove(FileName:="C:\NewWorkbook.xls", _
Section:=1, DisplayName:="Create new file")

Is there any way to specify an Icon?
 
Top