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...
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?
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...
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
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
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
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.