Search found 58 matches

by vwnisus
2018-11-02 05:27:59
Forum: Nisus Writer Pro Macros
Topic: Changing the numbering scheme for footnotes
Replies: 4
Views: 11429

Changing the numbering scheme for footnotes

For some files I receive from another, the numbering scheme for footnotes is a, b, c, etc rather than 1, 2, 3. A brief look at the Nisus manual indicates that it is necessary to change this in the Footnote style, which is easy to do manually. But is it possible to change a the Footnote style with a ...
by vwnisus
2018-11-02 05:15:10
Forum: Nisus Writer Pro Macros
Topic: Macro command to Import from Style Library…
Replies: 8
Views: 20748

Re: Macro command to Import from Style Library…

Philip, Thank you for providing working code. I was able to implement it successfully (although I can understand how individual element work, but how you constructed the macro is beyond me). My final macro: $editDoc = Document.active $styleLibDoc = Document.open "/Users/victor/Dropbox/Nisus/Nis...
by vwnisus
2018-10-25 02:13:21
Forum: Nisus Writer Pro Macros
Topic: Macro command to Import from Style Library…
Replies: 8
Views: 20748

Macro command to Import from Style Library…

I am new to Nisus Writer Pro Macros (upgraded to version 3.0). I need open rtf files provided to me and wish to then carry out some formatting to which I wish to apply some styles which I have saved in style library. Is there a macro command to import a specific style collection from the style libra...
by vwnisus
2018-04-16 03:43:02
Forum: Nisus Writer Pro Macros
Topic: Save to / Save as to a particular file format
Replies: 10
Views: 22595

Re: Save to / Save as to a particular file format

Thank you Þorvarður and Philip for the helpful and detailed replies.

I am a novice at Nisus macros, but you have provided will prompt to learn a bit more.
by vwnisus
2018-04-16 03:39:59
Forum: Nisus Writer Pro Macros
Topic: Hiding/remove headers and footers
Replies: 5
Views: 14241

Re: Hiding/remove headers and footers

Thank you for the replies and suggestions.

It is unfortunate that there are these 'holes' in the macro language as they prevent creating a macro to automate some formatting changes.
by vwnisus
2018-04-13 08:00:08
Forum: Nisus Writer Pro Macros
Topic: Hiding/remove headers and footers
Replies: 5
Views: 14241

Re: Hiding/remove headers and footers

Thank you for the reply. I should have added to my original post, is that I wish to print the document (either to a printer, or to a PDF) and do not wish to have the headers/footers showing at all. Something which draft view will not help with. Is it simply not possible to achieve with macro command...
by vwnisus
2018-04-13 06:46:45
Forum: Nisus Writer Pro Macros
Topic: Hiding/remove headers and footers
Replies: 5
Views: 14241

Hiding/remove headers and footers

Nisus Writer Pro 2.1.8 / macOS 10.13.4 In the simple formatting macro I am creating I would like to include a command that hides any/all headers/footers. (I can see how to manually hide them.) My search through the macro reference guide does not appear to provide a command for this. I understand it ...
by vwnisus
2018-04-13 02:52:53
Forum: Nisus Writer Pro Macros
Topic: Save to / Save as to a particular file format
Replies: 10
Views: 22595

Re: Save to / Save as to a particular file format

Thank you for the response. The situation is as follows: 1. I download legal case reports from a supplier of legal information. They have a .doc extension. 2. They reports are really .rtf files, but the software they use creates slightly odd rtf files (odd in the sense there is something in the rtf ...
by vwnisus
2018-04-12 07:11:24
Forum: Nisus Writer Pro Macros
Topic: Save to / Save as to a particular file format
Replies: 10
Views: 22595

Save to / Save as to a particular file format

I would like to use in a Nisus macro command to save to a particular file format. Looking at the Macro Reference document the Save To and Save To commands to not appear to have a parameter which allows the setting of a file format. Is this possible, or is there an equivalent way of doing this? Using...
by vwnisus
2018-01-09 07:23:22
Forum: Nisus Writer Pro
Topic: Search for (and optionally, replace styles).
Replies: 2
Views: 5281

Search for (and optionally, replace styles).

I would know whether it is possible to search for styles (and optionally replace them with others)?

I cannot see any way of doing so with Nisus Writer Pro (2.1.8).

Some other word processors can do this (WordPerfect, Word, LibreOffice).
by vwnisus
2017-07-24 04:35:23
Forum: Nisus Writer Pro Macros
Topic: How to do a basic merge with a macro
Replies: 1
Views: 7489

How to do a basic merge with a macro

I have looked at the macro reference file but cannot work out which commands to use to do a basic mail merge with Nisus Writer Pro. I am using 2.1.7 under macOS 10.12.6. I wish to do the following: The following files will always be the same (i.e. always have the save file names, and always be locat...
by vwnisus
2016-07-25 05:57:36
Forum: Nisus Writer Pro Macros
Topic: Macro to select table and apply border.
Replies: 2
Views: 8421

Macro to select table and apply border.

I have a Nisus document with several tables. I wish to put the cursor in a table (something I will do manually) and then wish to run a macro to 1. to select the table 2. add a border of 1pt, including adding lines within the table (i.e. all round individual cells),with lines being solid (i.e. not do...
by vwnisus
2016-04-24 00:20:29
Forum: Nisus Writer Pro Macros
Topic: Controlling the size of a window
Replies: 2
Views: 8338

Controlling the size of a window

I am new to Nisus (and the macro language). Is it is possible to control the size of a document window? I would like to open a particular file, turn off toolbars and set the zoom to a particular percentage. All of which I see the right commands in Nisus. But also I would to position the document win...