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: 3576
  • Order by date
  1. 3576

    Exporting to Excel by column

    Thank you very much for your reply. What I really need to do is to transfer certain columns from the table into an excel spreadsheet. The column name in the spreadsheet are not in the same order so I need to check for matching column name and then transfer the data. I was hoping that it is...
  2. 3576

    Exporting to Excel by column

    I was wondering if it is possible to export from an access database to an excel spreadsheet column by column (skipping some in the middle) using Visual basic commands?
  3. 3576

    Setting password in Excel programatically from VB app

    I posted my message in the wrong forum but I want to set a password from a VB application as I am creating and formatting an excel workbook and attaching a module everytime a special list is generated using VB app. I would like to protect the code so that users won't modifying it. I know that I...
  4. 3576

    Setting password in Excel programatically from VB app

    Does anyone know if it is possible to to set a password for modules and lock project for viewing in Excel programmatically from VB app. Thanks in advance. TW
  5. 3576

    Setting password in Excel programatically from VB app

    Does anyone know if it is possible to to set a password for modules and lock project for viewing in Excel programmatically from VB app. Thanks in advance. TW
  6. 3576

    Adding Common Dialog control to MS Excel

    I didn't realize that it was that simple. Thanks... TW
  7. 3576

    SaveAs and Common Dialog

    Thank you both for your help. I actually can use both methods in my code. TW
  8. 3576

    Adding Common Dialog control to MS Excel

    Could you provide me with a code sample please... TW
  9. 3576

    Adding Common Dialog control to MS Excel

    I was wondering if anyone knows whether it is possible to add CommonDialog control to excel spreadsheet programatically? Thanks, TW
  10. 3576

    SaveAs and Common Dialog

    What I meant by saying "I used the pCommonDialog.ShowSave" to save a file, is that when that pCommonDialog open I entered a new name and clicked on the "Save" button in the pCommonDialog control but the file wasn't saved. Shouldn't the file be saved? Thanks, TW
  11. 3576

    SaveAs and Common Dialog

    I should add that when I used the pCommonDialog.ShowSave, the file was not saved somehow. TW
  12. 3576

    SaveAs and Common Dialog

    Is there a function such as SaveAs in Common Dialog control? I need to provide the user with the ability to select a file and rename it right away preferably using Common Dialog control. Any help is appreciated. Thanks, TW
  13. 3576

    Common Dialog & Ms Access

    That worked! Thank you! TW
  14. 3576

    Common Dialog & Ms Access

    Thank you for this reply. What I need is the name of the filter for the MS Access *.mdb CommonDialog1.Filter = "All Files|*.*| ? *.mdb" Thanks, TW
  15. 3576

    Common Dialog & Ms Access

    I need to open MS database using commong dialog. What is the filter name for MS database? Thanks, TW
  16. 3576

    Cable length

    The very first link gave me what I needed. Thanks a lot. Teresa
  17. 3576

    Cable length

    I checked the properties for AcadLWPolyline and it does not have the length property. However, if I enter a "list" at the command prompt and select a cable it does show me the length. I assume that there is a method of getting that information, I just don't know one. Thanks for checking into...
  18. 3576

    Cable length

    What I ment by cable is a AcadLWPolyline. Thanks, Teresa
  19. 3576

    Lock project for viewing and setting password

    Thanks for your reply. I can do it manually but I need to do it using the code. TW
  20. 3576

    Lock project for viewing and setting password

    I need to set a "password" and "lock project for viewing" using excel vb code. I know that the following code prevents a user from making any changes to the spreadsheets: xlBook.Protect Password:="Password" but I need to prevent a user from viewing and making changes to the code. Thanks for any...

Part and Inventory Search

Back
Top