again i am infront of you with a small problem.

vijaydidmca2003
vijaydidmca2003 Member Posts: 27
Hi to all members.

again i am infront of you with a small problem.

i saw that there is a syntax for "find" in navision as given below:

[range find:=]find(variant what[,variant after][,variant looking][,variant lookat]
[,variant searchorder][,xlsearchdeirection searchdeirection][,variant matchcase]
[,variant matchbyte][,variant searchformat])

how can you find above syntax:

xlrange --> methods --> find

did anybody use it before, if yes pls give me some directions.
and help.

and a small example also, if possible.

thanks. :-k

Comments

  • DenSter
    DenSter Member Posts: 8,307
    What are you talking about?
  • canadian_bacon
    canadian_bacon Member Posts: 91
    The "find" in this case is a method of the Range class for the Excel 12 Object Library (ie. Automation).

    I haven't used this method but be aware, you will probably have to use enumerators in place of some of the variants.