Ok, I’m not very familar with Excel and am a bit confused with where things needs to go.
In my test spreadsheet I have a simple sub in the ‘This Workbook’ object.
Sub showPlantForm()
frmGetPlantInfo_v3.Show
End Sub
I have added a button to a toolbar and assign it to this ‘macro’ The ‘assign macro’ thing keeps trying assign itself to the a fully qualify path rather than just ThisWorkbook.macroname.
Now, I want to save the development spreadsheet as an add-in but I’m not sure where either the open form sub or the button need to live.
Sorry for the probably rather basic question, I’m out of my normal happy environment (Access) and finding Excel a bit quirky.