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 strongm 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 vbakan

  1. vbakan

    Convert MS Office document to PDF

    Thanks for your help, Do you know where I can get some coding help on this. vbakan
  2. vbakan

    Convert MS Office document to PDF

    Hi SimonD I need some technical guidance on this please on VB or VBA
  3. vbakan

    Convert MS Office document to PDF

    Thanks for your comments SimonD, I am also have some dobut about "I am unsure if you can actually share the printer as a network resource" but if any one done the same before could help me with sample code ect vbakan
  4. vbakan

    Convert MS Office document to PDF

    Please help me if you can I want to install Acrobat Professional on a net work PC and setup few network folders where users can save their MS Office 2002 documents (Mainly Word, Excel and Visio) in there. Then write some code to convert MS Office documents to PDF and save back to the network...
  5. vbakan

    Convert MS Office document to PDF

    Please help me if you can I want to install Acrobat Professional on a net work PC and setup few network folders where users can save their MS Office 2002 documents (Mainly Word, Excel and Visio) in there. Then write some code to convert MS Office documents to PDF and save back to the network...
  6. vbakan

    Excel to XML and CSV ( Using Excel 2002)

    Thanks for your replys,I would say I know about 30 % of DOM, but I sould be able to work on it if I have the clear direction
  7. vbakan

    Excel to XML and CSV ( Using Excel 2002)

    Chance, This is exactly I want to do, but I don't have much idea, Any sample code help would be grately appriciated.
  8. vbakan

    Excel to XML and CSV ( Using Excel 2002)

    That is what I am thinking to do , that is why I tend to use XML. Can I use XSLT with excel or .csv ?
  9. vbakan

    Excel to XML and CSV ( Using Excel 2002)

    Thanks again, But the problem is the .csv file data is unorderd therefore it need to be formated for the user to enter some additional values and then validate the data types. I though if I have it in xml then I can do all that. Also this file can be used as input for another system which accept...
  10. vbakan

    Excel to XML and CSV ( Using Excel 2002)

    Thanks for your reply. The reason for using XML is to manupulate the .csv file data and update certen part of the .csv file If you think any better way of doing it please let me know. .csv files are the input files and produce another output file as .csv
  11. vbakan

    Excel to XML and CSV ( Using Excel 2002)

    Hi All, Could anyone have an idea how I can convert a Generic Converter from Excel to .XML and .csv and wise versa ? Any code sample or advise would be a grate help I know in Excel 2003 have got the XML option but not in Excel 2002, But I need to work on Excel 2002 unfortunately. The...
  12. vbakan

    Excel API for save as various format

    I don't have the XML Menu in Excel 2002, SO I am unable to do the macro recording, Could you tell me how can I do that please.
  13. vbakan

    Excel API for save as various format

    Thanks again, I want the same method used in Excel Menue, as it has got xml scheme and style sheets as well incorporated. Would you know any think about it ?
  14. vbakan

    Excel API for save as various format

    Thanks for your prompt reply. I don't get the ThisWorkbook.SaveAsXMLData Any iead why Do I need any reference for that
  15. vbakan

    Excel API for save as various format

    Could any one know the API Function used in Excel for "Save As" menu option. I want to convert Excel (.xls) in to .csv and .xml. Please help me if you know a way in VBA. I am using Excel 2002.

Part and Inventory Search

Back
Top