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 Mike Lewis 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. wingster

    Binary Calculations in Excel

    sorry, didn't read your post exactly... ::-)
  2. wingster

    Binary Calculations in Excel

    no problem... there are several functions: HEXINBIN, BININHEX, etc. if you don't have them, you have to install the analysis functions (with the add-in-manager), they are free with excel... greetings wingster
  3. wingster

    excel closes after started from outlook macro

    works! [2thumbsup] thank you! greetings from rainy germany wingster
  4. wingster

    excel closes after started from outlook macro

    i tried to rewrite my code like yours, but it didn't work as a macro in outlook... i set my objects to nothing, this is the last statement in my code.
  5. wingster

    excel closes after started from outlook macro

    Set excel_sheet = CreateObject("Excel.Sheet") excel_sheet.Application.Workbooks.Open ("tabelle.xlt") excel_sheet.Application.cells(1, 2) = "am" excel_sheet.Application.cells(1, 3) = "um" excel_sheet.Application.cells(1, 4) =...
  6. wingster

    excel closes after started from outlook macro

    hi! i start excel from an outlook macro and write some data in a sheet. but when the macro is done, excel closes... how can i bring excel to "live" on after the termination of the outlook macro? thank you greetings from germany wingster
  7. wingster

    reading the recipient-value of an "from..." field

    hi jon, thank you for your reply, i searched the knowledge base yesterday and found an article about the problem, Q231290 it discribes exactly what i want to do... bye wingster
  8. wingster

    reading the recipient-value of an "from..." field

    hi, i' writing a small trouble-ticket-application with ms-outlook and vbscript... if you create a new ticket, you can choose a employee from the global address list, i use the "from..."-button (sendonbehalfof) to make this comfortable. outlook is storing the value and bring it up...

Part and Inventory Search

Back
Top