Office - shortcuts
Asked By Word 200
09-Feb-08 03:10 PM
keyboard shortcuts "end of page"
Word 2003
(1)
Goto
(1)
Shortcuts
(1)
Bob I replied...
Office Is there a way to add the same password to a large number of Word 2003 and / or Excel 2003 documents at once? Either in Office or through a third-party utility? Thanks. Office Miscellaneous Discussions Excel 2003 (1) Word 2003 (1) Office (1) VBA (1) VB (1) Workbooks.Count (1) AutoIT (1) FullName (1) Steve accepted) at the authors website(google AutoIt) Bob I <bire. . .@yahoo.com> wrote. . . . . . Maybe for Word (though I doubt it, but I'm not inclined to check), but definitely not for As Long For k = 1 To Workbooks.Count If Workbooks(k).FullName = ThisWorkbook.FullName Then GoTo Continue With Workbooks(k) .SaveAs FileName: = .FullName, Password: = PW End With Continue: Next k End
Word 2003 opening Word 2007 documents Office I have one user (using Word 2003) that is having trouble opening documents saved in 2007 format from another user. They get do I look for? Any ideas of where I can look. Office Miscellaneous Discussions Microsoft Word (1) Word 2003 (1) Word 2007 (1) Office (1) AboutTheBook (1) MSPress (1) TechTrax (1) Coauthor (1) If
How do I open documents saved in MS Word 2003? Office My version of MS Office 2007 does not open documents saved in MS Word 2003. Is thius a problem for Vista generally, or is there a setting I am missing? Office Miscellaneous Discussions Microsoft Word (1) Office 2007 (1 Word 2003 (1) Word 2007 (1) Excel (1) Vista (1) JimSFSU (1) Powerpoint (1) Word 2007 should be able
Invoke VBA code from C# without using PIA's? Office We are currently hosting Word 2003 inside a DSO Framer inside our Click-Once WinForms app. We have implemented certain functionality as VBA inside the Word doc. . . and we invoke that via the PIA. Now we are trying to support Word 2007 and Word XP and Word 2000 (in addition to Word 2003). (We can mandate they have Word; but mandating which version is problematic.) To do that