Questions tagged [ms-publisher]

Microsoft Publisher is a desktop publishing application from Microsoft.

Publisher is an entry-level desktop publishing application from Microsoft, differing from Word in that the emphasis is placed on page layout and design, rather than text composition and proofing.

Publisher is included in higher-end editions of Microsoft Office, reflecting Microsoft's emphasis on the application as an easy-to-use and less expensive alternative to the "heavyweights". The focus is on the small business market where firms do not have dedicated design professionals available to make marketing materials and other documents. However, it has a relatively small share of the desktop publishing market, which is dominated by Adobe InDesign and QuarkXPress.

Source: Microsoft Publisher on Wikipedia

Versions

  • Publisher for Windows 95
  • Microsoft Publisher 97
  • Microsoft Publisher 98
  • Microsoft Publisher 2000
  • Microsoft Publisher 2002
  • Microsoft Publisher 2003
  • Microsoft Publisher 2007
  • Microsoft Publisher 2010
  • Microsoft Publisher 2013
  • Microsoft Publisher 2016

Resources

Related tags

39 questions
0
votes
1 answer

Running Macros from Toolbar/Running one macro from another

I am trying to develop a macro for a publisher document. This macro will, when run, show a pop-up allowing the user to select one of three types of clients, and add different bullet points to a text box depending on which option was selected. I'm…
chif-ii
  • 995
  • 1
  • 6
  • 12
0
votes
1 answer

problème with download in published site ASP.NET MVC

I have a problem with action download in an ASP.NET MVC application, in the dev machine it works without any problém, but when i publish the application to IIS or when i test from the test server, i have nothing no error no exception, i have only…
Coder Passion
  • 65
  • 1
  • 11
0
votes
1 answer

Publisher VBA to save as image

I've developed the following code to save all publisher files in the current directory as an image, however it seems to take a long time to run through. Also, I can't figure out a way to exclude the current file that the macro is running from.…
Cr1kk0
  • 83
  • 2
  • 14
0
votes
2 answers

VBA and Publisher - replacing text in a master page

Recently I have been struggling with publisher at work, and the most recent source of concern is the software inability to give something a simple as an auto-updating "total pages" count. I decided to look into macros for a solution, but with my…
M.Baroni
  • 21
  • 6
0
votes
1 answer

Open Publisher files in a folder and save as Word documents

I need to open a large amount of documents that are currently saved in Publisher (2003, 2007, and 2010) and convert them to Word documents. These are simple one page text documents but I have about 1,000 of them to convert. Here is the code I…
Mike Marshall
  • 341
  • 4
  • 6
  • 19
0
votes
1 answer

Word/Publisher email merge issues

I've been searching for days for an answer to this issue. I'm trying to append an Access field to a base URL to customize each email in my merge like so: http://www.example.com/myItems.asp?ItemID={field}. I tried several approaches in Word 2007,…
0
votes
1 answer

How to prevent link formatting from changes when editing link using VBA?

I'm currently using the following code to update all the links in my application: Sub AddSources() Dim pubPage As Page Dim pubShape As Shape Dim hprlink As Hyperlink Dim origAddress() As String Dim exportFileName As String …
GBleaney
  • 2,096
  • 2
  • 22
  • 40
0
votes
2 answers

.NET Library for Converting MS Publisher Files to PDF?

I have a client who saves a lot of newsletters in Microsoft Publisher 2007. They want to be able to archive these in pdf format on a website which I'm building. Aside from having them be forced to export the file to pdf from Publisher then upload…
Austin
  • 834
  • 1
  • 10
  • 21
-1
votes
1 answer

Using powershell to change an image in MS office publisher

I am creating a powershell script that will auto generate publisher files for wristbands. On the Wristband is a QR code and a few other details to personally identify the wearer. I currently have a template file set up, a script that copies this,…
RobB
  • 1
  • 1
1 2
3