Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tonupkid

  1. tonupkid

    MS Word macro memory problem

    I have solved my problem by creating a new macro. This one works. Sub SaveOrder() Dim oDlg As Dialog ' Object Dialog Dim sPth As String ' String Path sPth = "\\documents\everyone\orders\" Set oDlg = Dialogs(wdDialogFileSaveAs) oDlg.Name = sPth &...
  2. tonupkid

    MS Word macro memory problem

    Sorry for my dreadful explanation. Ok what I’m doing is the following. 1) starting Word 2) menu file, open, open a document (fax order) with bookmarks. The bookmarks represents the order number and the company name where the document is faxed to. 3) On the toolbar standard I inserted a button...
  3. tonupkid

    MS Word macro memory problem

    I went yesterday a little further with my search. I ignored the macro in Outlook and concentrated myself on the macro in Word. It’s seems when I open just one document with the right bookmarks and select the macro, everything is working fine. I can repeat this for more than 20 times. But when I...
  4. tonupkid

    MS Word macro memory problem

    Hi, I’ve a problem with a macro in Word. After running the macro several times I receive “the Run-time error 5112, there is not enough memory or disk space to complete the operation”. Restarting Outlook (using Word as editor) and Word solve this problem until the next error. First I use a...

Part and Inventory Search

Back
Top