From 480c4a9128ace1d9c30b071060d410cf709c60f4 Mon Sep 17 00:00:00 2001 From: Gusty Date: Tue, 7 Jun 2016 15:46:54 +0200 Subject: [PATCH] Add missing steps. --- FSharpRibbon/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FSharpRibbon/README.md b/FSharpRibbon/README.md index b9bc09c..7412af0 100644 --- a/FSharpRibbon/README.md +++ b/FSharpRibbon/README.md @@ -10,6 +10,8 @@ The interesting code is in MyRibbon.fs * Copy the test code into Library1.fs * F5 to run and check that the funciton works in Excel * Add new file with the code in MyRibbon.fs +* Add a reference to System.Windows.Forms.dll +* Install-Package Excel-DNA.Interop * F5 to run and check that the ribbon is there and the buttons work ## Using the COM object model