S
S Pammar
Hi, I want to set the user defined name for excel using
com addin written in VC++. In VB, the following will help.
But how to set it in C++. I am trying to use comaddin
sample given by microsoft. But it returns error.
Pls help.
VB equivalent:
Application.ActiveWorkbook.Names.Add Name:="abc",
RefersTo:="abcVal"
com addin written in VC++. In VB, the following will help.
But how to set it in C++. I am trying to use comaddin
sample given by microsoft. But it returns error.
Pls help.
VB equivalent:
Application.ActiveWorkbook.Names.Add Name:="abc",
RefersTo:="abcVal"