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 wOOdy-Soft 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 mhypolite

  1. mhypolite

    NS-5GT port Fowarding to web servers

    I only have one public IP, before the customer had ISA server where the rules were created using the hostname of the site and isa routed accordingly based on the hostname. So how I am trying to get the same working with the netscreen
  2. mhypolite

    NS-5GT port Fowarding to web servers

    Good day all, I have 2 web servers behind an NS-5GT each run iis with multiple secure websites using host headers. How can I setup port forwarding on the netscreen to forward traffic on port 443 to the correct webserver based on the hostname Thanks.
  3. mhypolite

    Emails and sharepoint document Library View

    Hello All, we store emails in document libraries in our sharepoint version 3 system. Is there a way to design a view with columns where it will list common details about the email? Like Sender, Received, Subject? Because right now putting an email in a Doc library is a mess as there is no way to...
  4. mhypolite

    Word Print to PDF using VBA

    Tony Thanks for the help, i got it, this is what i did i add an extra Declaration, then i modified the print the document to pdf, and it all wors now. Dim Old Printer OldPrinter = Word.ActivePrinter Word.ActivePrinter = "PDFCreator" 'Print the document to PDF ActiveDocument.PrintOut...
  5. mhypolite

    Word Print to PDF using VBA

    Hello Tony,. i have made the modifications that got me a bit further, but now, when activating the macro the job just sticks in the printer Que along with PDFCreator that also seem to be stuck, until i close Word.
  6. mhypolite

    Word Print to PDF using VBA

    Hi Tony here is the exle code for example taken from http://excelguru.ca/node/21 Option Explicit Sub PrintToPDF_Early() 'Author : Ken Puls (www.excelguru.ca) 'Macro Purpose: Print to PDF file using PDFCreator ' (Download from http://sourceforge.net/projects/pdfcreator/) ' Designed...
  7. mhypolite

    Word Print to PDF using VBA

    Hi all, I am using PDFCreator, I want to create a macro that will automatically print the open word document and save it to a directory using a specified name with out being prompted for input, I have seen some Excel examples, can this be done in word? Or is there any other print to PDF program...
  8. mhypolite

    Automatic file names

    Thanks Gavona, Done. :)
  9. mhypolite

    Automatic file names

    That code works like a charm, thanks man!! I can now integrate that into the formatted number generation code i use
  10. mhypolite

    Automatic file names

    The Macro only works on New documents, if i open an existing document already on disk, and wanted to save a copy with a different name and i use the macro it does not work. that’s why I was looking for another way of doing it
  11. mhypolite

    Automatic file names

    well right now I got a macro that when clicked brings up the save as dialog and generates a name using a random function, the name for e.g. might be 7502347, basically just a random generated number. all I want to happen is anytime they activate a macro or save as it will always generate a...
  12. mhypolite

    Automatic file names

    Thanks PeterMoran, i have tried a similar macro to that, but it only works if its a new file, if the client already had a document that the open in word and wanted to save as a different copy, the macros does not work a second time
  13. mhypolite

    Automatic file names

    Good Day All, I need a way to generate file names for word document automatically when a sure saves the document, is there any program that integrates with office to generate file names, or a macro I can use that when pressed will always generate a new file name for the document that is about to...
  14. mhypolite

    Folder creation in Document library from word

    Hello All, I was wondering, when saving documents into document libraries from Microsoft word, is there a way to enable the create new Folder botton to allow me to crate new folders in to document library right from word rather than flipping back to the webpage? Thanks in advance
  15. mhypolite

    Filter sharepoint view

    I see the filter options there, but i see no way to filter based on File type

Part and Inventory Search

Back
Top