1
vote
1answer
64 views

Office 2007: How to sort an Excel Table from within a Word macro

I have written a Macro in WinWord2007 which lists styles and their properties in an Excel table. The table is made accessible by the following 3 lines: Dim Oxl_Sheet As Object Set Oxl_Sheet = ...
2
votes
3answers
503 views

How to store VBA Macros for Office 2007 to have them always available and share them with others?

I have created some useful VBA macros for Word, Excel Outlook and PowerPoint 2007. Now I want to have them always available in the corresponding application via keyboard shortcut or icon to click ...
1
vote
1answer
54 views

Visual indication that the document needs saving in Microsoft Office 2007

Is there any visual indication that a document has been modified since it was last saved or opened in Microsof Office 2007 applications (Word, Excel, Powerpoint)? Ideally, I would like a star near the ...
0
votes
2answers
2k views

Copying and rotating large table from Excel to Word without turning it into picture/wmf/

What would be the easiest way of copying and rotating a table made in Excel, to Word without turning it into a picture/enhanced metafile/or something alike. I know I can use the Section Break ...
2
votes
2answers
112 views

Use Microsoft excel sheet feature in Microsoft Word

In Microsoft Excel they have a sheets feature where I can make many sheets in one document. That helps me a lot by keeping various related data in separate sheets but in one file. I want a similar ...