Excel 2000 on Windows:
example:
Cells.Find(What:=valeur_a_mod, After:=ActiveCell, LookIn:=xlValues, LookAt:= _
xlPart, SearchOrder:=xlByColumns, SearchDirection:=xlNext, MatchCase:= _
False).Activate
Excel v.X on Mac
example:
Cells.Find What:="", After:=ActiveCell, LookIn:=xlValues, LookAt:= _
xlPart, SearchOrder:=xlByColumns, SearchDirection:=xlNext, MatchCase:= _
False, Activate:=True
Quite different isn't it?
😕 i've too problems with listbox: no rowsource anymore in properties.
🙁
And I've had a problem with a message when i was trying to open .xls files with macros in: "Object library not registered
but I get ride of it with a hint at:
http://www.macosxhints.com/article.php?story=20021115060129655