Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 06-10-2013, 10:15 AM
chris13 chris13 is offline Macros from WordPerfect X4 to Word2010 Windows 7 64bit Macros from WordPerfect X4 to Word2010 Office 2010 64bit
Novice
Macros from WordPerfect X4 to Word2010
 
Join Date: Jun 2013
Posts: 4
chris13 is on a distinguished road
Default Macros from WordPerfect X4 to Word2010

I've recently taken over as 'IT Guy' at a local law firm. I have not used WordPerfect in 15+ years, and was not even aware it was still in use. It is incredible unstable when running on Windows 7, always crashing and dropping settings.



I would love to be able to move the office over to Office 2010 as it is installed along side WP on each computer, however, there are some customized features that have been implemented in WP. The attached image is a custom tool bar, and essentially all I need to do is figure out how to put this into MSO in order to successfully implement it.

The brightly coloured squares are printing macros. Example: clicking purple square prints two copies of the document, one on our letterhead, one on blank paper (basically just one click, two different trays).

I have bare minimum knowledge of WP, but fairly extensive knowledge of Office. No programming skills. Can anyone help?
http://i.imgur.com/yB0iuBt.jpg
Reply With Quote
  #2  
Old 06-10-2013, 07:57 PM
Charles Kenyon Charles Kenyon is offline Macros from WordPerfect X4 to Word2010 Windows Vista Macros from WordPerfect X4 to Word2010 Office 2010 32bit
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,464
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

Word and WP are very different. Analyze what each macro does and ask a specific question about how to accomplish that in Word. You may want to look at the following page and the links from it.

Word for Word Perfect Users

Many things that are done using macros in WP are done using different tools in Word.

You can prepare a custom ribbon tab for your firm. Here is one that is used in mine.


Here is a more comprehensive one for use in a criminal practice.

Customize the Ribbon (It doesn't take rocket science)
Attached Images
File Type: jpg 6-10-2013 9-11-57 PM.jpg (21.2 KB, 12 views)
File Type: jpg 6-10-2013 9-40-48 PM.jpg (133.9 KB, 12 views)
Reply With Quote
  #3  
Old 06-11-2013, 06:01 AM
chris13 chris13 is offline Macros from WordPerfect X4 to Word2010 Windows 7 64bit Macros from WordPerfect X4 to Word2010 Office 2010 64bit
Novice
Macros from WordPerfect X4 to Word2010
 
Join Date: Jun 2013
Posts: 4
chris13 is on a distinguished road
Default

Thanks for your reply.

I have already figured out how to create a custom ribbon with my own shortcuts added on. Most of these macros in WP are for printing (the important ones, anyway).

For example: the 'purple square' on the link I posted prints two copies of the document. One on our letterhead, one on just plain paper. I have figured out how to make a macro to print two copies, but can't figure out how to make it change trays on the printer.
Reply With Quote
  #4  
Old 06-11-2013, 10:30 AM
Charles Kenyon Charles Kenyon is offline Macros from WordPerfect X4 to Word2010 Windows Vista Macros from WordPerfect X4 to Word2010 Office 2010 32bit
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,464
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

Are you putting your custom ribbon into a separate template using the techniques discussed in the article or simply modifying a ribbon using the Word interface? The former gives you something your can distribute throughout an office, the latter will be incredible headaches if it is to be used on more than one computer.

Word words through the printer drivers to control printers so these commands may end up being OS and printer driver specific.
Reply With Quote
  #5  
Old 06-11-2013, 10:31 AM
Charles Kenyon Charles Kenyon is offline Macros from WordPerfect X4 to Word2010 Windows Vista Macros from WordPerfect X4 to Word2010 Office 2010 32bit
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,464
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

Have you tried recording macros to do what you want done?
With what result?
Reply With Quote
  #6  
Old 06-11-2013, 10:34 AM
chris13 chris13 is offline Macros from WordPerfect X4 to Word2010 Windows 7 64bit Macros from WordPerfect X4 to Word2010 Office 2010 64bit
Novice
Macros from WordPerfect X4 to Word2010
 
Join Date: Jun 2013
Posts: 4
chris13 is on a distinguished road
Default

Presently I'm just attempting to get it to work on my PC, once this happens then I plan on distributing it.

Tried recording the macro, but it does not record anything that goes on outside of the Word interface, meaning it did not pickup the fact that I changed from Tray 1 to Tray 2 in the printer properties. I need to figure out a way to force it to change paper trays when going from copy 1 to copy 2.

So, the result is click the macro, get two copies printed but from only one tray.
Reply With Quote
  #7  
Old 06-11-2013, 10:43 AM
Charles Kenyon Charles Kenyon is offline Macros from WordPerfect X4 to Word2010 Windows Vista Macros from WordPerfect X4 to Word2010 Office 2010 32bit
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,464
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

On printing, create two separate printer drivers on the computer, one for Tray 1, the second for Tray 2. See how that works. Word sees that as using two different printers.

On the ribbon modifications. I can't stress enough that the modifications you are making to your computer through the Word interface cannot practically be duplicated or shared except through going through the same work on each computer. If you store them in a template using an XML editor, you can share your modifications without overwriting any that may already exist.
Reply With Quote
  #8  
Old 06-11-2013, 10:45 AM
chris13 chris13 is offline Macros from WordPerfect X4 to Word2010 Windows 7 64bit Macros from WordPerfect X4 to Word2010 Office 2010 64bit
Novice
Macros from WordPerfect X4 to Word2010
 
Join Date: Jun 2013
Posts: 4
chris13 is on a distinguished road
Default

Ah, brilliant. Will give that a shot later on or tomorrow.

Thanks for the advice on the XML editor, will also go this route.

Thanks!! :-)
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Transition from WordPerfect to Word rbrlaw Word 3 03-18-2015 10:58 AM
word2010 equation editor & track changes JohnnySmoke Word 0 08-24-2012 09:53 AM
Macros from WordPerfect X4 to Word2010 Outlook 2010, Word2010 and Mail Merge mnorman Outlook 8 12-16-2011 12:42 PM
Macros from WordPerfect X4 to Word2010 Outlook 2010/Corel Wordperfect conflict kjohnsn Outlook 2 03-25-2011 06:00 PM
Macros from WordPerfect X4 to Word2010 Export contact info from Wordperfect & Word into Outlook Ranger Outlook 1 10-04-2010 05:29 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:17 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft