Thread: Newworkbook
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JonMny JonMny is offline
external usenet poster
 
Posts: 1
Default Newworkbook

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


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

Is there any way to specify an Icon?