View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
SteveDB1 SteveDB1 is offline
external usenet poster
 
Posts: 414
Default New form of application.run

Ok, another update.
I've placed Optional in the (control As IRibbonControl) to now be (Optional
control As IRibbonControl).
While I now get past the 449 error, I now have the following error.
Expected function or variable.
One of the listed solutions was for public, and private functions. However,
since this macro grouping is all within a single module, that doesn't seem to
apply.