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!

Search results for query: *

  • Users: Anna007
  • Content: Threads
  • Order by date
  1. Anna007

    Need help with OnCancel syntax in VBA when working with docs

    Hi, I am openings mydoc and mydoc2 (which are templates) and populating them via Excel automatically (via vba code). Now, I display the explorer window for the user to provide a SaveAs name at the end. If I hit cancel, it just continues. I don't want this. I want it to stop and set the docs to...
  2. Anna007

    Help on upgrading to Excel 2003 - development problems!!

    Hi, I have upgraded from Excel 2002 to 2003 and I have been developing. For some reason, my code is very slow and it was working very fine before in Excel 2002 and very quick!!! I don't know why?!!!! It then froze after the code ran. I don't understand why!!!! Please help asap.. anyone...
  3. Anna007

    Help with Book-Marked docs and Excel

    I have the following and I get an error: Mydoc2.Bookmarks("Equip_TotalPrice").Range.Text = Worksheets("Price").Range("ProposedEqptSellingPrice").Value My doc is book-marked and I need to grab the appropriate value from Excel and put it into the Book-Marked Field. Need help asap please... :)...
  4. Anna007

    Appending or merging word docs via VBA - Help Plz!

    Hi, I have 2 documents in word that I populate via vba (bookmarking) from Excel. But I need to append/merge them together at the end, when completed. This way, it's easier for the user to look for 1 final file instead of 2. How do I do this?? Thanx, Anna
  5. Anna007

    Help - How do I work with 2 or 3 word apps via VBA??

    Hi, I am populating book-marked documents via VBA. Have a problem however: I have the following: Set Mydoc2 = WordApp.Documents.Open(Attach_2) Worksheets("CEM_Contract").Visible = True Range("x").Copy Mydoc2.Bookmarks("y").Range.PasteSpecial Call Mydoc2.SaveAs(ThisWorkbook.Path & "\xxx.doc", ...
  6. Anna007

    Formatting pasted range/table from Excel into Word - VBA

    I have a bookmark in my word document and then I have this range in Excel (Amortization Table) I am doing the following to copy and paste it into the word doc where the book-mark is: range("AmortizationTable").copy mydoc.Bookmarks("MyBookMark").range.pastespecial Now, it's pasted as a table...
  7. Anna007

    Protecting Word docs and killing WinWord in Task Manager

    I'm populating some word docs via Excel (tables and etc) but need to also protect it so no one changes this word doc afterwards. How do I do this? Can I password protect it?? I'm making them read-only but someone can copy and then change the copied version. I guess this is just normal anyways...
  8. Anna007

    Excel and Work Automation - need help with formatting tables

    I am populating book-marks with tables from excel. The tables in Excel are big and dynamic in size; so, creates problems for me in word. I need to autoformat it in such is a way that it won't take much room in the word doc. How do I do this via VBA code? Hope this is descriptive enough. :) Anna
  9. Anna007

    Help on changing format to percentage in a word doc - from Excel

    I have a bookmarked document and I insert fields into the word doc from Excel. I have changed the formatting to % from Decimal in Excel but when it's inserted into word, it's still in Decimal. I need to change it to %. Thanx soooo much! :)
  10. Anna007

    Help on inserting a table into a word doc by VBA from Excel

    I have this Amortization Table (a range with 5 columns and about 40 rows) that I need to insert into a word document, if some conditions are met. I don't know how to do this. Please help me with this. I'm desaparately in need of help asap. Thanx.... :)

Part and Inventory Search

Back
Top