Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all,
In one function I am doing the following: Dim dictMenuOptions As Dictionary Set dictMenuOptions = New Dictionary dictMenuOptions.Add "EDIT", "BtnEdit_Click" dictMenuOptions.Add "COPY", "BtnCopy_Click" dictMenuOptions.Add "DELETE", "BtnDelete_Click" dictMenuOptions.Add "PKG EDIT", "BtnPackageEditor_Click" dictMenuOptions.Add "OFFICIAL", "BtnOfficial_Click" Call RightClick_BlotterMenu(dictMenuOptions) The first line of "RightClick_BlotterMenu" is defined as : Sub RightClick_BlotterMenu(MenuOptionsDictionary As Dictionary) Does anyone know why I am getting a "ByRef argument type mismatch" ? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
type mismatch error when passing collection byRef | Excel Programming | |||
HELP "ByRef Argument Type Mismatch" | Excel Programming | |||
passing range to function: type of argument is byref incompatible | Excel Programming | |||
"ByRef argument type mismatch" Error | Excel Programming | |||
ByRef argument type mismatch error? | Excel Programming |