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!

Search results for query: *

  • Users: vbakan
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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.
  5. 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
  6. 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
  7. 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...
  8. 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
  9. vbakan

    Excel Reference List in EXcel VBA

    I have a Excel VBA which has got several .XLA in it. Is that possible to pass the Excel VBA a param and get all the relerences within it. Ie all the projects with the Excel VBA reference list I want to know Project Name Description FullPath Please help me if any one know. Thanks in Advance
  10. vbakan

    VBV Reference list

    I am using some Excel VBA programs. How do I get the reference list programitically (Tools -> references) Please let me know if any one got an idea.

Part and Inventory Search

Back
Top