Hallo Jörg, Am Dienstag, 7. August 2007 schrieb Jörg Schmidt: > Hallo, > > Berthold Gerdes schrieb: > > oCell.Formula = "=SVERWEIS($B$10;" + Bereichsname + ";1)" > > End Function > > > > Wo könnte der Fehler liegen? > > Verwende entweder: > > oCell.FormulaLocal = "=SVERWEIS($B$10;" & Bereichsname & ";1)" > > oder besser: > > oCell.Formula = "=VLOOKUP($B$10;" & Bereichsname & ";1)" >
mit dieser Formel klappt es vorzüglich. Herzlichen Dank für Dein Bemühen. Gruß Berthold [...] -- Berthold Gerdes ## Das! Office-Paket für Linux, MacOS X, Solaris und Windows ## http://de.OpenOffice.org ## Verein OpenOffice.org Deutschland e. V. ## http://www.ooodev.org ## Registered Linux User 279390 ## Gpg Key-ID: 0xF7F07D81 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
