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 biv343 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. bluelive

    Macro Security level in excel

    Thank for your reply. It gives a clear and non obvious idea about the subject. This was simply logic to not playing with security level. For the selfcert, you give me all what I needed. So thank for this clear and intelligent support.
  2. bluelive

    Macro Security level in excel

    I tried to find the exe file, without success. The problem, is when the excel sheet in sent to the final user, when he opens the sheet, if he decides not to activate the macro, all the roll-back will not be present on the "from server". Is only to avoid this opportunity that I want to...
  3. 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.
  4. 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...
  5. bluelive

    transfert a .doc to a .xls file

    Well, I found a solution. First, all the "fixed text" are done in an excel sheet. I save it as a "template". Using my result .doc file (I said result, because the data writted in the doc file come from AS/400 with the help of ITP technology to produce doc file for...
  6. 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...
  7. bluelive

    transfert a .doc to a .xls file

    Well, I go back with further informations about the document. This one is composed from 1 to n pages (depending of some conditions and data from AS/400). I use ITP to produce word documents. Let say that the result document from ITP program is a word document about 5 pages (with pages break)...
  8. 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