-
Solved: Get text from header
All
I have two questions that will enable me to finish my project
1. I have some text in a table in my header in the format 11/111111111111
How can i select this via code.
2. Need to Delete a document ( I am moving a document to a new location so need to delete the previous copy from the old location) Im ok with all the rest of the code, just need the delete command
Tried the following but didnt work as I expected really
[VBA]Sub Macro1()
Dim StrFile As String
StrFile = "W:\Gatekeeper\Test.Doc"
Document.Delete (StrFile)
End Sub
[/VBA]
Cheers
Gibbo
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules