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 Chriss Miller 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. darkwraith

    Export data from Excel to Word

    Hi PH, I've used Set MyXL = GetObject(, "Excel.Application") Set MyXL = GetObject("c:\myFile") to get the xls file. Now I have to select some cells in excel and to put them in a table in word. Elena
  2. darkwraith

    Export data from Excel to Word

    Hi, I'm doing a macro starting form MS Word that open a given file xls and copy the content of some cells into a table in the Word document. After I've opened the file Excel from the Word ile, how can I import the data? Thanks in advance Elena
  3. darkwraith

    Open folder from a mask

    Hi Ken, thanks for your advice. I had never used before the Dir() method, it seems to be useful. How can I do to use the standard file open dialog box? (I found the OpenTextFile method, but I think it doesn't work for non textual files). This time I solved my problem using FileSystemObject...
  4. darkwraith

    Open folder from a mask

    Hi, I should open a folder from a mask. In the folder there will be one or more pdf files, so I should display the file selected calling it by my access mask. How to do? Thanks in advance, Elena
  5. darkwraith

    MDE problem

    Forget it, I tried to compile the application and I found an error. Now it compiles and the mde can be created. Elena
  6. darkwraith

    MDE problem

    Hi, I'm trying to convert a mdb file in a mde. I've always done it before, but now there is an error message saying only that the mde file cannot be created. I wonder why. Any help is welcome, thanks, Elena
  7. darkwraith

    export - newbie question

    I'm quite new in Corel, forgive the question, is it possible to export a file created in Bryce (3ds) in another application like Dream 3D? Thanks in advance, Elena
  8. darkwraith

    openform action deleted

    I have a problem. When I try to open a form from my application it happens that an error "OpenForm Action Deleted" (or something like that) occurs. The strange thing is that this error occurs only when you use a particolar computer and not the others. I can't understand why and...
  9. darkwraith

    Displaying OLE jpeg in form instead of just icon..

    I'm not sure it's the cleanest way but try simply copying and paste the image, it seems to work. Elena
  10. darkwraith

    textbox size in a report

    Great, thanks a lot! Elena
  11. darkwraith

    textbox size in a report

    Hi, is it possible to change dinamically the dimension of a textbox in a report depending on the size of the text each time my application inserts into it? How to do it? Thanks in advance, Elena
  12. darkwraith

    converting a word doc to pdf

    Hi Stardavinci, when you install the Adobe Acrobat Writer a new button appears on your Word toolbar permitting you to convert .doc in .pdf. Elena
  13. darkwraith

    excel problem: reverse order

    Thanks a lot, guys. I've used Office 200 so far, so I was a bit unskilled with xp. :-) Elena
  14. darkwraith

    excel problem: reverse order

    I have an excel sheet. I don't know what has happened but the columns are put in reverse order (from Z to A) and everithing is ordered from right to left. Does anyone know hot to put it in the correct order? Thanks in advance, Elena
  15. darkwraith

    creating an exe file

    Hi drewdaman, you can't create an exe from an mdb. The only thing you can do is to create a mde file so to not permit changes in your code. Elena
  16. darkwraith

    null in date field

    Thanks, I'll try with is null and nz() function instead of my code, Elena
  17. darkwraith

    hide menu

    Hi Jedi, mine is the same, but unfortunately the menus are greyed out only if I open a mask that is not associated to a table. When I open a form that loads data from one of the tables in my db, there are some items that become clickable, like 'Delete record', 'New record', etc... I fear I...
  18. darkwraith

    e-mail link on form

    Hi, you can store the e-mail in your table and then, when you want to send the e-mail, you can select the address and send the e-mail through DoCmd.SendObject. Be careful with this method it's buggy. Elena
  19. darkwraith

    hide menu

    Hi Jedi, I unchecked all the checkboxes in the startup mask but some menues still remain: 'File', 'Modify', 'Insert', 'Record', 'Window', '?'. I begin to think there is no chance to eliminate them or at least some of them... Elena
  20. darkwraith

    Why is my database 'Read Only'?

    You could try creating a new empty database and importing all the contents (tables, queries, relationships, etc...) of your old db in it (file ->load external data ->import). So you should have a new db exactly like the old but now you should have all the permissions. Then cancel the old one and...

Part and Inventory Search

Back
Top