🙏 Bitte helfen Sie uns das LibreOffice Forum zu erhalten. 🙏
Ihre Spende wird für die Deckung der laufenden Kosten sowie den Erhalt und Ausbau 🌱 des LibreOffice Forums verwendet.
🍀 Wir hoffen auf Ihre Unterstützung - vielen Dank!🍀
>> Dank Ihrer Unterstützung -> Keine Werbung für alle registrierten LibreOffice-Forum User! <<
🤗 Als Dankeschön werden Sie im Forum als LO-SUPPORTER gekennzeichnet. 🤗
Die Suche ergab 9 Treffer
- Fr 13. Aug 2021, 08:15
- Forum: LibreOffice Calc
- Thema: Dynamischer Datumsbereich
- Antworten: 2
- Zugriffe: 1392
Re: Dynamischer Datumsbereich
Vielen Dank! Das war wirklich sehr hilfreich
- Do 12. Aug 2021, 16:00
- Forum: LibreOffice Calc
- Thema: Dynamischer Datumsbereich
- Antworten: 2
- Zugriffe: 1392
Dynamischer Datumsbereich
Wie kann man mit Summewenn nur die Wert aufsummieren von den Monaten, die in dem Datumsbereich liegen?
Anschließend ziehe ich diese Summe vom Anfangswert ab und erhalte den Rest - siehe Dokument und Screenshot
Anschließend ziehe ich diese Summe vom Anfangswert ab und erhalte den Rest - siehe Dokument und Screenshot
- Mi 21. Jul 2021, 16:46
- Forum: LibreOffice Calc
- Thema: Libreoffice Calc Is it possible to edit the data description of a diagram legend
- Antworten: 1
- Zugriffe: 864
Libreoffice Calc Is it possible to edit the data description of a diagram legend
I would like to have the same legend in Libre office Calc, but I don't know how I could edit a diagram legend in Libre
This is the diagram in Libre, does anyone know how to edit it so I will have text instead of numbers
This is the diagram in Libre, does anyone know how to edit it so I will have text instead of numbers
- Di 6. Apr 2021, 15:58
- Forum: LibreOffice Programmierung
- Thema: Convert cell value to currency via code in Basic
- Antworten: 2
- Zugriffe: 1606
Re: Convert cell value to currency via code in Basic
Solution:
Code: Alles auswählen
CCur(dest.Value)
CCur(inputC.Value)
- Di 6. Apr 2021, 15:19
- Forum: LibreOffice Programmierung
- Thema: Convert cell value to currency via code in Basic
- Antworten: 2
- Zugriffe: 1606
Convert cell value to currency via code in Basic
Hello, this code works just fine - I just need to convert my interger number to a currency, but I think it doesn't work like that: My current Solution at the end of the code snippet is: dest.NumberFormat = "€#,##0.00" Dim objDatei as Object Dim objBlaetter As Object Dim objBlatt As Object Dim inputC...
- Di 6. Apr 2021, 15:16
- Forum: LibreOffice Programmierung
- Thema: My Conversion from VBA to Basic did not work properly - maybe theres another Attribute than Ranges?
- Antworten: 5
- Zugriffe: 2053
Re: My Conversion from VBA to Basic did not work properly - maybe theres another Attribute than Ranges?
Ja, habes es mittlerweise selbst hinbekommen, aber danke dir!
Wie es aussieht, bist du ein Libre Office Basic Experte - willst du dir etwas dazu verdienen? Da ich noch mehrere Makros hätte, die in Basic übertragen müssten.
Wie es aussieht, bist du ein Libre Office Basic Experte - willst du dir etwas dazu verdienen? Da ich noch mehrere Makros hätte, die in Basic übertragen müssten.
- Di 6. Apr 2021, 13:11
- Forum: LibreOffice Programmierung
- Thema: Convert VBA Code to Libre Office Basic Code for money?
- Antworten: 1
- Zugriffe: 1418
Convert VBA Code to Libre Office Basic Code for money?
We are having an Excel Program, but need it running in Libre Office Calc, so we need to convert the VBA Code to Libre Office basic.
Does someone want to convert VBA Code to Libre Office Basic Code?
He will get paid for sure.
Does someone want to convert VBA Code to Libre Office Basic Code?
He will get paid for sure.
- Di 6. Apr 2021, 09:58
- Forum: LibreOffice Programmierung
- Thema: My Conversion from VBA to Basic did not work properly - maybe theres another Attribute than Ranges?
- Antworten: 5
- Zugriffe: 2053
My Conversion from VBA to Basic did not work properly - maybe theres another Attribute than Ranges?
Range("B9").Select Selection.Copy Range("A13").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Range("B6").Select Application.CutCopyMode = False Selection.Copy Range("B13").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=...
- Do 1. Apr 2021, 10:38
- Forum: LibreOffice Programmierung
- Thema: Write data to from cells to other cells
- Antworten: 1
- Zugriffe: 1109
Write data to from cells to other cells
Hey, I would like to add data into determined data structure (same table). We have cells for input and once the user wrote data in there and presses the submit button, the data will be written in the table below the table - can you help me with that please?