Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
My app written in vbasic uses Excel automation. How to implement Find function? I need to check if the same data exists in specified column. Using Object Browser I've found this: Function Find(Arg1 As String, Arg2 As String, [Arg3]) As Double Member of Excel.WorksheetFunction but that appears to be not part of Excel automation. Please advise, Fred |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
VBA has its own Find method. See the VBA help file.
"fred" wrote in message ... Hello, My app written in vbasic uses Excel automation. How to implement Find function? I need to check if the same data exists in specified column. Using Object Browser I've found this: Function Find(Arg1 As String, Arg2 As String, [Arg3]) As Double Member of Excel.WorksheetFunction but that appears to be not part of Excel automation. Please advise, Fred |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to employ ExecuteMso Sub in Excel 2007? | Excel Programming | |||
Do you want to employ an EXCEL VBA program that you developed | Excel Discussion (Misc queries) | |||
where do I find docs on excel automation programming? | Excel Programming | |||
Excel v10 can't find function in C# .Net managed Automation add-in | Excel Programming | |||
Excel Automation Find/Replace Excel 2000 and 2003 | Excel Programming |