Ich habe die Optionen genau so eingestellt, aber leider kein Erfolg.
Hier nochmal der Code den OO anzeigt wenn ich die Excel Datei öffne. Vielleicht kannst du mir so besser helfen.
Sub ekfe
Rem
Rem Public Function interlin(x1, y1, x2, y2, x)
Rem 'Lineare Interpolation
Rem interlin = (x - x1 ...
Die Suche ergab 3 Treffer
- Do, 25.05.2006 19:31
- Forum: Calc
- Thema: Makroproblem
- Antworten: 5
- Zugriffe: 776
- Mi, 24.05.2006 17:01
- Forum: Calc
- Thema: Makroproblem
- Antworten: 5
- Zugriffe: 776
Beim Öffnen der Excel-Datei in Calc
Wenn ich das Makro bearbeiten will, steht in jeder Zeile "Rem" am Anfang. Nur weglöschen funktioniert nicht.
- Mi, 24.05.2006 13:12
- Forum: Calc
- Thema: Makroproblem
- Antworten: 5
- Zugriffe: 776
Makroproblem
Ich habe Probleme folgende Makros in OOCalc lauffähig zu bekommen:
Hier der originale VBA Code.
Public Function interlin(x1, y1, x2, y2, x)
'Lineare Interpolation
interlin = (x - x1) * (y2 - y1) / (x2 - x1) + y1
End Function
Public Function pollan(Baumart, BHD, Hoehe)
'Berechnung der Formzahl ...
Hier der originale VBA Code.
Public Function interlin(x1, y1, x2, y2, x)
'Lineare Interpolation
interlin = (x - x1) * (y2 - y1) / (x2 - x1) + y1
End Function
Public Function pollan(Baumart, BHD, Hoehe)
'Berechnung der Formzahl ...