|
| Saving in WORD 2003 |
 |
Fri, 11 Apr 2008 18:22:53 +020 |
I know this subject has been up before but cannot find it.
I wish to save all my WP X3 documents as Word 2003 document files. As I have
also changed into Settings, File.
But everytime I save it by keying Ctrl S, I am asked everytime if I want to
save it as a "WP", "WORD 2003" or "Other"
document.
Is thefe a way to eliminate this [time consuming] element and just save it
as a WORD doc in one go?
Bjorn
|
| Post Reply
|
| Re: Saving in WORD 2003 |
 |
Sat, 12 Apr 2008 14:11:29 GMT |
Bjorn:
> everytime I save it by keying Ctrl S, I am asked everytime if I want to
> save it as a "WP", "WORD 2003" or "Other"
document.
>
> Is thefe a way to eliminate this [time consuming] element
>
Tools | Settings | Files | ...
You lose a couple of options during Save because they are WP-specific.
--
Good wishes!
Roy Lewis
C_Tech volunteer
(UK)
|
| Post Reply
|
| Re: Saving in WORD 2003 |
 |
Sun, 13 Apr 2008 04:03:03 +020 |
I have set it this way (below), but it does not help. I still have through
the whole rigmarole.
Bjorn
"lemoto" <ctech@corel.ca> wrote in message
news:VA.00004c11.00607bf3@corel.ca...
>
> Bjorn:
>> everytime I save it by keying Ctrl S, I am asked everytime if I want
to
>> save it as a "WP", "WORD 2003" or "Other"
document.
>>
>> Is thefe a way to eliminate this [time consuming] element
>>
>
> Tools | Settings | Files | ...
> You lose a couple of options during Save because they are WP-specific.
> --
> Good wishes!
> Roy Lewis
> C_Tech volunteer
> (UK)
>
>
|
| Post Reply
|
| Re: Saving in WORD 2003 |
 |
Sun, 13 Apr 2008 08:43:20 -070 |
> kindly tell me in
> non-technical terms the steps to make this macro.
http://wptoolbox.com/tips/CopyCode.html
Barry
-------------------------
Toolbox for WordPerfect -
tips, macros, and more at
http://wptoolbox.com
-------------------------
Bjorn L. Benkow wrote:
> As a very much a double-thumb IT-technician: Please, kindly tell me in
> non-technical terms the steps to make this macro.
>
> Bjorn
>
>
> "lemoto" <ctech@corel.ca> wrote in message
> news:VA.00004c18.000fc0d6@corel.ca...
>>> I think that rather than ?Name
>>>
>>> ?Path+?Name
>>>
>>> will be needed.
>> X3 would not accept WordForWindows12!
>> Recording a macro saw: ExportType: 69
>>
>> So my final version is:
>> =====
>> Application(wp;"WordPerfect";Default!)
>>
>> vPathName = ?Path + ?Name - ".wpd" - ".WPD" +
".doc"
>> FileSave(vPathName ; ExportType: 69; yes!)
>> Return
>> =====
>> --
>> Good wishes!
>> Roy Lewis
>> C_Tech volunteer
>> (UK)
>>
>>
>
>
>
|
| Post Reply
|
| Re: Saving in WORD 2003 |
 |
Sun, 13 Apr 2008 09:56:40 +020 |
Bjorn,
After saving the document for the first time, you could resave it using
a macro that consists of two lines:
vName = ?Name
FileSave(vName; WordForWindows12!; yes!)
The first line returns the document name and the second line saves it as
a Word document, overwriting the original file without prompting you.
The second line as given here will probably save the document as Word
XP, so you will have to look up macro command help to find out which
number to use for Word 2003. I suppose it will be 13 instead of 12 but I
am not sure.
If this works for you, you could assign this macro to a keyboard combo
like Ctrl+Alt+S so that you can save as Word without having to go
through calling a macro.
Wolfgang
On 13.04.2008 04:03, Bjorn L. Benkow wrote:
> I have set it this way (below), but it does not help. I still have through
> the whole rigmarole.
>
> Bjorn
>
>
>
> "lemoto" <ctech@corel.ca> wrote in message
> news:VA.00004c11.00607bf3@corel.ca...
>> Bjorn:
>>> everytime I save it by keying Ctrl S, I am asked everytime if I
want to
>>> save it as a "WP", "WORD 2003" or
"Other" document.
>>>
>>> Is thefe a way to eliminate this [time consuming] element
>>>
>> Tools | Settings | Files | ...
>> You lose a couple of options during Save because they are WP-specific.
>> --
>> Good wishes!
>> Roy Lewis
>> C_Tech volunteer
>> (UK)
>>
>>
>
>
>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|