| Thread | Last Post | Replies |
|
| If statement results inconsistent | 12 Apr 2005 22:03 GMT | 1 |
I have a userform where the user enters some numbers. I want to check that the number identified as "mininum temp" is lower than the one identified as "maximum temp". I wrote: Private Sub CommandButton2_Click()
|
| Charts by VBA | 12 Apr 2005 19:25 GMT | 4 |
I need to build two charts by vba. Thats not so dificult, but how can I modify data in that chart. Im using MSgraph but if someone has better ideas I take them gratefully. Sub make_chart()
|
| Inserting a radio button in a document | 12 Apr 2005 18:39 GMT | 1 |
I'd like to be able to use option buttons in a document that I can click on to turn on or off. I don't know what the macro code is to do this when I insert one from control toolbox. Any assistance much appreciated. Using Word 2003
|
| Can I setup a TOC to update programatically? | 12 Apr 2005 18:14 GMT | 1 |
Instead of manually hitting the F9 key to update a Table of Contents page numbers, is there a way to automatically set this up? I would hope to write some VBScript code to do this, but am not sure if it is possible.
|
| Object required. | 12 Apr 2005 18:00 GMT | 6 |
Using Access 2002/Word 2002 I have an Access DB and a Word.dot letter. The user of the Access DB fills in the appropriate fields and at the end of the data entry the user has the option of printing their data entry. Once the user clicks Print the Word.dot
|
| checking if a folder exists before using rmdir to delete it | 12 Apr 2005 17:42 GMT | 4 |
Calling RMDIR to delete a folder that does not exist results in an error ... what is the easiest way to test if a folder exists? Thanks, in anticipation of assistance, Peter E
|
| Changing the color of a user form | 12 Apr 2005 17:38 GMT | 11 |
I just changed the background color of my user forms (dialog boxes) like so: Me.BackColor = RGB(231, 244, 255) That works fine but it doesn't do anything for the user forms that have
|
| How to programmatically do a "Select All"? | 12 Apr 2005 17:05 GMT | 4 |
How do I "Select All"(Ctrl-A) from vba code in Word?
|
| Outline level | 12 Apr 2005 15:58 GMT | 6 |
I would like to know how can i know (in c#.net addin) in what level of outlining my user stending on. and how can i get the document map in my code. thanks Lin.
|
| Create submit button to trx to Access | 12 Apr 2005 15:58 GMT | 2 |
I have created a form in word and would like a "Submit Data" button to transfer all the data from the form to an access table in a database. I'm being a bit adventurous as I am a new user and have no idea where to begin. Can anyone help me through step by step?
|
| VBA & Mail merges | 12 Apr 2005 15:58 GMT | 1 |
I have a userform with vba macro's in it, but when I perform a mail merge and save the results as a new document, the macro's have been lost. Is there any way round this ?
|
| Need help with howto choose logo at start word doc | 12 Apr 2005 14:55 GMT | 4 |
Hello, my problem is as follows. When a user starts a word document i want they can choose which logo to use, so it automaticly places the righht logo in the top of the document. Now this will work with the ASK fieldcode together with the INCLUDEPICTURE
|
| Insert date and time? | 12 Apr 2005 14:12 GMT | 2 |
I have one textfield in my word document. I want when I open my document to automticly insert date and time in textfield.
|
| Macro security level | 12 Apr 2005 13:07 GMT | 1 |
I know it's not possible to check the security level with VBa when the doc is open by a user. ...but I want the user changes this security level and so ...I would like to avoid the user doing anything else in the opening doc
|
| how to tell the program to look for the CD drive | 12 Apr 2005 10:03 GMT | 1 |
I am working on something that is going to be burned to a CD and users will use it from their CD drive. I need to have some macros that will print certain files from the CD when they click a button. How do I get the program to look at their CD drive for the files since I won't ...
|