Thema Datum  Von Nutzer Rating
Antwort
03.09.2014 13:51:43 Soti
NotSolved
03.09.2014 17:20:04 Gast71526
NotSolved
04.09.2014 10:40:20 Soti
NotSolved
04.09.2014 15:17:24 Gast29541
*****
Solved
04.09.2014 17:29:14 Soti
NotSolved
04.09.2014 17:46:51 Soti
Solved
Rot interior.pattern=xlnone
09.09.2014 18:11:04 Soti
NotSolved

Ansicht des Beitrags:
Von:
Soti
Datum:
09.09.2014 18:11:04
Views:
791
Rating: Antwort:
  Ja
Thema:
interior.pattern=xlnone

Hallo nochmal.

Jetzt hängt es leider an anderer Stelle: Und zwar möchte ich die Font.-Eigenschaften zurückgesetzt bekommen. Mit "IsNull" hat es an anderer Stelle geklappt. Hier leider nicht. In Word gibt es den Befehl "font.reset". In Excel leider nicht. Kann mir da jemand helfen? Vielen Dank schon einmal.

              'BEDINGTES FORMAT NEU SETZEN (Regel "D" (Rastern))
              dings.FormatConditions(j).font.ColorIndex = xlColorIndexNone
              dings.FormatConditions(j).Interior.ColorIndex = XlColorIndex.xlColorIndexAutomatic
              'dings.FormatConditions(j).Interior.Pattern = XlPattern.xlPatternNone
              dings.FormatConditions(j).Interior.Pattern = xlGrid
              IsNull (dings.FormatConditions(j).Borders(xlLeft).LineStyle)
              IsNull (dings.FormatConditions(j).Borders(xlTop).LineStyle)
              IsNull (dings.FormatConditions(j).Borders(xlBottom).LineStyle)
              IsNull (dings.FormatConditions(j).Borders(xlRight).LineStyle)
              IsNull (dings.FormatConditions(j).font.Bold)
              IsNull (dings.FormatConditions(j).font.Italic)
              IsNull (dings.FormatConditions(j).font.Underline)
              IsNull (dings.FormatConditions(j).font.Strikethrough)

              dings.FormatConditions(j).StopIfTrue = True
              dings.FormatConditions(j).ModifyAppliesToRange Range(dings.MergeArea.Address)

Grüße, Soti


Ihre Antwort
  • Bitte beschreiben Sie Ihr Problem möglichst ausführlich. (Wichtige Info z.B.: Office Version, Betriebssystem, Wo genau kommen Sie nicht weiter)
  • Bitte helfen Sie ebenfalls wenn Ihnen geholfen werden konnte und markieren Sie Ihre Anfrage als erledigt (Klick auf Häckchen)
  • Bei Crossposting, entsprechende Links auf andere Forenbeiträge beifügen / nachtragen
  • Codeschnipsel am besten über den Code-Button im Text-Editor einfügen
  • Die Angabe der Emailadresse ist freiwillig und wird nur verwendet, um Sie bei Antworten auf Ihren Beitrag zu benachrichtigen
Thema: Name: Email:



  • Bitte beschreiben Sie Ihr Problem möglichst ausführlich. (Wichtige Info z.B.: Office Version, Betriebssystem, Wo genau kommen Sie nicht weiter)
  • Bitte helfen Sie ebenfalls wenn Ihnen geholfen werden konnte und markieren Sie Ihre Anfrage als erledigt (Klick auf Häckchen)
  • Bei Crossposting, entsprechende Links auf andere Forenbeiträge beifügen / nachtragen
  • Codeschnipsel am besten über den Code-Button im Text-Editor einfügen
  • Die Angabe der Emailadresse ist freiwillig und wird nur verwendet, um Sie bei Antworten auf Ihren Beitrag zu benachrichtigen

Thema Datum  Von Nutzer Rating
Antwort
03.09.2014 13:51:43 Soti
NotSolved
03.09.2014 17:20:04 Gast71526
NotSolved
04.09.2014 10:40:20 Soti
NotSolved
04.09.2014 15:17:24 Gast29541
*****
Solved
04.09.2014 17:29:14 Soti
NotSolved
04.09.2014 17:46:51 Soti
Solved
Rot interior.pattern=xlnone
09.09.2014 18:11:04 Soti
NotSolved