QuoteOriginally posted by: chaenleDownload the macro function help file from Microsoft (
http://support.microsoft.com/kb/128185/EN-US/), then open the Macrofun.hlp, go to "Contents", then "Macro functions listed by category" and then "Customizing". Read up on function "ADD.MENU", "ADD.COMMAND", etc. The functions are old Macro Excel functions which translate 1:1 into an Excel4 call.I missed your reply on first reading. You are spot on. C# is the way of the future, but if you just want to deliver a portable and performant solution, xll's are great for that and the macro function help file is the Rosetta Stone. Here is how to create a dialog box in a few lines of code old school style: