Hi,
I'm very new to VBA. I'm using it to try to create an Excel spreadsheet out of specific pieces of information extracted from a 100-page microsoft word document. This is what I have so far:
Sub GrabUsage()Dim FName As String, FD As FileDialog
Dim WApp As Object, WDoc As Object, WDR As...