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 gkittelson 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: *

  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.
  16. vbakan

    Import Excel Data in Another Excel work book in define format

    I need help to import Excel or XML data in another Excel work book in a pre defined format. Ideally I need to use the import menu option using some schema. Any help will be much appriciated. Thanks in advance
  17. vbakan

    How do roundDown in VB

    I want to round the decimal number to a hole number and it should always be just the hole number with out decimals eg 23.34526 = 23 0.563 = 0 23.7335 = 23
  18. vbakan

    Two dimention dynamic Array (row ,column)

    Thank a lot it is a grate help
  19. vbakan

    Two dimention dynamic Array (row ,column)

    Hi All, I have problem in finding the dimention of the two dimention array eg MyArray looks like this 0 1 2 3 4 5 6 7 8 9 a s d f g h j k z x I want to get the x location in my example (2,9) When I use UBound(MyArray) I get 1, it is giving the row max. Can any one help me how to get the...
  20. vbakan

    How to Read a binary (.bin) file in VB

    I want to read a binary file in VB and out put as text. COuld any one tell me hoe to do that please

Part and Inventory Search

Back
Top