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 Shaun E 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: bluelive
  • Content: Threads
  • Order by date
  1. bluelive

    Macro Security level in excel

    Hi, From the Tools menu - macro - security, could we change the level security with a macro or else. The better is to change the level to low before the sheet is opened to avoid the box asking to activate or not the macros associate with the sheet. Thank a lot.
  2. bluelive

    Insert a .bas in excel when opening a file.

    Hi, Anybody knows how to write a vba code to insert a .bas file into the actual opened workbook ? From the VBAProject, I can use the file menu to import a .bas file. A would like to do the same but with the help of vba code. Flow process: 1. Open a xls file 2. Execute a procedure to...
  3. bluelive

    How to: read each lines of my .doc...

    Hi, I would like to know how to open a word document and do the folowing (via a word macro): 1. From the top to the end, read each line and store to an array 2. Search for any tables and copy them to the clipboard 3. From Word (VBA code), create an excel sheet and paste each items of my...
  4. bluelive

    transfert a .doc to a .xls file

    I have a word document with formatted text and some tables. I would like to transfert all (involved pages break) to an excel file. I've tried to do with copy paste but everything is copied inside the first cell in excel and some formatted elements as well as tables are not good applied. I would...

Part and Inventory Search

Back
Top