Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Mit VB Scribt Word Datei auslesen

Empfohlene Antworten

Ich glaub ich krieg immer die perversesten Arbeiten bei mir auf Arbeit.

Kann mir mal jemand verraten, wie ich via VB Script

ein Word Dokument auslesen kann und zwar allen Text der sich in Ebene2 befindet.

Ich schaffe es nicht mal den Text auszulesen.Das mit Ebene2 wäre glaub ich nicht mehr so das Problem.

Meine Bisherige Lösung kann nur schreiben:

option explicit

dim word, excel

dim i

set word = CreateObject("Word.Application")

with word

.windowstate = 1

.visible = true

.Documents.OPEN("F:\Downloads\Zip\Test2.doc")

end with

set excel = CreateObject("Excel.Application")

with excel

.windowstate = 1

.visible = true

.Workbooks.Add

i = 1

while i <= 10

.Range("B" & i).Select

.ActiveCell.FormulaR1C1 = "test"

i = i + 1

wend

end with

MsgBox("OK")

word.visible = false

Danke schon im voraus.

guten abend gealany oder auch b.marco, oder welchen nick du auch immer gerade benutzen möchtest.

der thread ist wortwörtlich identisch im forum "script- und webserverprogrammierung" von B.Marco geöffnet worden.

@ gealany: erklärung bitte.

@ thread: closed.

hier geht´s weiter: http://www.fachinformatiker-world.de/forums/showthread.php?s=&threadid=29305

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.